|
@ -18,6 +18,7 @@ class TorrentProvider(YarrProvider): |
|
|
proxy_list = [] |
|
|
proxy_list = [] |
|
|
|
|
|
|
|
|
def __init__(self): |
|
|
def __init__(self): |
|
|
|
|
|
super(TorrentProvider, self).__init__() |
|
|
self.addSupportedMediaType('torrent') |
|
|
self.addSupportedMediaType('torrent') |
|
|
|
|
|
|
|
|
def imdbMatch(self, url, imdbId): |
|
|
def imdbMatch(self, url, imdbId): |
|
|