Private GIT

Skip to content
Snippets Groups Projects
Commit c622ac57 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2986 from duramato/patch-3

Add Ratio to Strike
parents 34a0befc a42c3122
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class STRIKEProvider(generic.TorrentProvider):
self.supportsBacklog = True
self.public = True
self.url = 'https://getstrike.net/'
self.ratio = 0
self.cache = StrikeCache(self)
self.minseed, self.minleech = 2 * [None]
......@@ -86,6 +86,10 @@ class STRIKEProvider(generic.TorrentProvider):
return results
def seedRatio(self):
return self.ratio
class StrikeCache(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