Created
June 18, 2017 03:19
-
-
Save 0oneo/72c7120ffd411a8a314b3db37b37216a to your computer and use it in GitHub Desktop.
get all magnet links from a web page
This file contains 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
$("a[href*='magnet']").map(function() {return this.href}).get().join("\n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks