mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
Update README.md
This commit is contained in:
parent
7f8ed245a9
commit
3efcf5a9eb
@ -3,7 +3,7 @@ pirate-get
|
||||
|
||||
pirate-get is a convenient command line tool (inspired by APT) to speed up your trip to the Pirate Bay and get your completely legal torrents more quickly.
|
||||
|
||||
Tested on Arch Linux mostly. It should work on any other Linux too. Let me know if it doesn't. Also tested on OSX (whatever the latest one is - I don't know I don't use non-free operating systems.) --local option hasn't been tested recently.
|
||||
Tested on Arch Linux mostly. It should work on any other Linux too. Let me know if it doesn't. Also tested on OSX (whatever the latest one is - I don't know; I don't use non-free operating systems.) --local option hasn't been tested recently.
|
||||
|
||||
Installation
|
||||
---
|
||||
@ -16,7 +16,9 @@ Usage
|
||||
---
|
||||
|
||||
```
|
||||
usage: pirate-get [-h] [-t] [--local DATABASE] [-p PAGES] search_term
|
||||
usage: pirate-get.py [-h] [-t] [--custom COMMAND] [--local DATABASE]
|
||||
[-p PAGES] [-0] [--color]
|
||||
search_term
|
||||
|
||||
Finds and downloads torrents from the Pirate Bay
|
||||
|
||||
@ -26,8 +28,11 @@ positional arguments:
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-t call transmission-remote to start the download
|
||||
--custom COMMAND call custom command, %s will be replaced with the url
|
||||
--local DATABASE An xml file containing the Pirate Bay database
|
||||
-p PAGES The number of pages to fetch (doesn't work with --local)
|
||||
-0 choose the top result
|
||||
--color use colored output
|
||||
```
|
||||
|
||||
If you want to use a local copy of the Pirate Bay database download a copy here (or wherever the latest version is currently):
|
||||
|
Loading…
Reference in New Issue
Block a user