Skip to content

Instantly share code, notes, and snippets.

@un-def
Created February 17, 2019 20:40
Show Gist options
  • Save un-def/affb2124edb16a23293c991e5f2d4dad to your computer and use it in GitHub Desktop.
Save un-def/affb2124edb16a23293c991e5f2d4dad to your computer and use it in GitHub Desktop.
tpb extract all magnets
console.log(Array.from(document.querySelectorAll('a[title="Download this torrent using magnet"]')).map(e => e.href).join('\n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment