Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugurozturk/9712ba6ce6f076d93aa4d88e101e1c2b to your computer and use it in GitHub Desktop.
Save ugurozturk/9712ba6ce6f076d93aa4d88e101e1c2b 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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment