Skip to content

A python utility to download torrent files from The Pirate Bay. Repo for learning purposes.

Notifications You must be signed in to change notification settings

santiagobasulto/tpb-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tpb-download

Some time ago, thepiratebay.org stopped providing URLs to download torrent files. That kind of pisses me off. So I made a simple script to download the torrent file you want. It's really easy to use.

Suppose you want to download this open-source, legal, torrent file: Linux Mint 14 KDE (64-bit)

You just need to do:

python tpb.py 7955698

That will download the torrent file and will name it 7955698.torrent

If you don't want to clone the repository, or download the tpb.py file you can use this command:

python  <(curl -s https://raw.github.com/santiagobasulto/tpb-download/master/tpb.py) 7955698

That's it! Really simple. Please use it at your own risk, and don't download illegal stuff.

Disclaimer: This program is intended to use just for legal torrents (eg: Linux distros). The author has no relation with illegal downloads of copyrighted material or any other shit like that

About

A python utility to download torrent files from The Pirate Bay. Repo for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages