Exemplo n.º 1
0
 def __init__(self, cb, category, tmpdir='/tmp/tpb/'):
     TorrentSite.__init__(self, cb, category, tmpdir='/tmp/tpb/')
Exemplo n.º 2
0
	def push_entries_limit(self, n = 5*30):
		TorrentSite.push_entries_limit(self, n)
Exemplo n.º 3
0
	def push_entries_limit(self, n = 15*5):
		TorrentSite.push_entries_limit(self, n)
	def __init__(self, cb, category, tmpdir = '/tmp/tpb/'):
		TorrentSite.__init__(self, cb, category, tmpdir = '/tmp/tpb/')