Esempio n. 1
0
def get(args):
	t=torrent_downloader(url2,args,torrent_providers)
	t.run(run_once=True)
Esempio n. 2
0
def run_downloader():
	t = torrent_downloader(url,searching_for,torrent_providers)
	write_info()
	t.run(run_once=False)
Esempio n. 3
0
def search(args):
	t = torrent_downloader(url, args, torrent_providers, query_type = Query.SPECIFIC)
	t.run(run_once=True)