Skip to content

Instantly share code, notes, and snippets.

@Lerie82
Last active May 28, 2018 23:12
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 Lerie82/1113a9749f5c6028b4a736fea0df5ba7 to your computer and use it in GitHub Desktop.
Save Lerie82/1113a9749f5c6028b4a736fea0df5ba7 to your computer and use it in GitHub Desktop.
ubuntu command like search thepiratebay.org
#!/bin/sh
#supply an argument to the script
curl -s https://thepiratebay.org/search/$1/0/99/200 >search
grep -oP '(magnet[:][?].+?)\"' search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment