Browse Source

Add podnapisi to subtitle providers

pull/992/merge
Ruud 13 years ago
parent
commit
8bfad087e1
  1. 2
      couchpotato/core/plugins/subtitle/main.py

2
couchpotato/core/plugins/subtitle/main.py

@ -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)

Loading…
Cancel
Save