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。