pirate get
v0.4.2
Pirate-get 是一個方便的命令列工具(受 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
注意:任何命令列選項都會覆蓋設定檔中其各自的設定。
如果您想使用海盜灣資料庫的本機副本,請在此處下載副本(或當前最新版本的任何地方):
https://thepiratebay.org/static/dump/csv/
Pirate-get 根據 GNU Affero 通用公共授權版本 3 或更高版本授權。請參閱隨附的授權文件或 http://www.gnu.org/licenses/agpl.html。