Created
February 17, 2019 20:40
-
-
Save un-def/affb2124edb16a23293c991e5f2d4dad to your computer and use it in GitHub Desktop.
tpb extract all magnets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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