海賊ゲットは、海賊湾への旅行を加速し、完全に合法なトレントをより迅速に取得するための便利なコマンド ライン ツール (APT からインスピレーションを得た) です。
Python 3.4 と pip がインストールされていることを確認してください。 Ubuntu 14.04 では、libxslt1-dev パッケージと libxml2-dev パッケージもインストールする必要がある場合があります。
pip3 install pirate-get
実行します。
検索するには、 pirate-get [search term]
を使用します。
その他のオプションについては、 pirate-get -h
参照してください。
使用例については、これをご覧ください。
ファイルを使用して、pirate-get のデフォルト設定をオーバーライドできます。デフォルトは$XDG_CONFIG_HOME/pirate-get
です。存在しない場合は、 $HOME/.config/pirate-get
。
ここでは、設定されていない場合の利用可能なオプションとその動作を示します。
[Save]
; directory where to save files
directory = $PWD
; save each selected magnet link in a .magnet file
magnets = false
; save each selected torrent in a .torrent file
torrents = false
[LocalDB]
; use a local copy of the csv formatted pirate bay database
enabled = false
; path of the database
path = ~/downloads/pirate-get/db
[Search]
; maximum number of results to show
total-results = 50
[Misc]
; specify a custom command for opening the magnet
; ex. myprogram --open %s
; %s represent the magnet uri
openCommand =
; open magnets with transmission-remote client
transmission = false
; set to username:password if needed
transmission-auth =
; set to the port number if needed
transmission-port =
; use colored output
colors = true
; the pirate bay mirror(s) to use:
; one or more space separated URLs
mirror = http://thepiratebay.org
注: コマンド ライン オプションは、構成ファイル内のそれぞれの設定をオーバーライドします。
Pirate Bay データベースのローカル コピーを使用する場合は、ここ (または最新バージョンが現在存在する場所) からコピーをダウンロードします。
https://thepiratebay.org/static/dump/csv/
海賊版は、GNU Affero General Public License バージョン 3 以降に基づいてライセンスされています。付属ファイル LICENSE または http://www.gnu.org/licenses/agpl.html を参照してください。