Add podnapisi to subtitle providers

This commit is contained in:
Ruud
2012-10-14 20:17:13 +02:00
parent 67c87444de
commit 8bfad087e1
+1 -1
View File
@@ -14,7 +14,7 @@ log = CPLog(__name__)
class Subtitle(Plugin):
services = ['opensubtitles', 'thesubdb', 'subswiki']
services = ['opensubtitles', 'thesubdb', 'subswiki', 'podnapisi']
def __init__(self):
addEvent('renamer.before', self.searchSingle)