Pirate-get은 Pirate Bay로의 여행 속도를 높이고 완전히 합법적인 토렌트를 더 빠르게 얻을 수 있는 편리한 명령줄 도구(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/
Pirate-get은 GNU Affero General Public License 버전 3 이상에 따라 라이센스가 부여됩니다. 함께 제공되는 LICENSE 파일 또는 http://www.gnu.org/licenses/agpl.html을 참조하세요.