You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
464 B
Markdown

9 years ago
# Pirate
Command line HTML parser/scraper used for grabbing torrents from [ThePirateBay](https://thepiratebay.se).
Initially made for the older version with torrents hosted from a separate subdomain, but now modified for grabbing magnet links instead.
----
## Usage
Place the script somewhere in your executable path. I like ~/bin
```
$ mkdir ~/bin
$ echo 'PATH=$PATH:~/bin' > .bashrc
```
Then just run it
```
$ pirate.py
```
The rest is self explanatory