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