Skip to content

Instantly share code, notes, and snippets.

@0oneo
Created June 18, 2017 03:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 0oneo/72c7120ffd411a8a314b3db37b37216a to your computer and use it in GitHub Desktop.
Save 0oneo/72c7120ffd411a8a314b3db37b37216a to your computer and use it in GitHub Desktop.
get all magnet links from a web page
$("a[href*='magnet']").map(function() {return this.href}).get().join("\n")
@ugurozturk
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment