Private GIT

Skip to content
Snippets Groups Projects
Commit afaad66d authored by supergonkas's avatar supergonkas
Browse files

Add Ratio to BTDigg

parent 4d3fc939
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class BTDIGGProvider(generic.TorrentProvider):
self.supportsBacklog = True
self.public = True
self.ratio = 0
self.urls = {'url': u'https://btdigg.org/',
'api': u'https://api.btdigg.org/'}
......@@ -92,6 +92,9 @@ class BTDIGGProvider(generic.TorrentProvider):
return results
def seedRatio(self):
return self.ratio
class BTDiggCache(tvcache.TVCache):
def __init__(self, provider_obj):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment