romanpitak / torrentsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torrent Search

Simple library to help me search for torrents (magnet links).

Usage

import torrentsearch
tpb = torrentsearch.ThePirateBay()
for torrent in tpb.search('legal torrent ;) 1080p'):
    print(torrent)

Notes

  • code suggestions welcome

About

License:MIT License


Languages

Language:Python 98.5%Language:Makefile 1.5%