mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Remove non english subtitle providers
This commit is contained in:
parent
f0f36b6785
commit
751d034711
2 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
* Add select all and clear all buttons to testRename template
|
||||
* Fix displayShow topmenu variable to point to a valid menu item
|
||||
* Change displayShow scene exception separator to a comma for neater appearance
|
||||
* Remove non english subtitle providers
|
||||
|
||||
[develop changelog]
|
||||
|
||||
|
|
|
@ -32,8 +32,7 @@ __all__ = ['SERVICES', 'LANGUAGE_INDEX', 'SERVICE_INDEX', 'SERVICE_CONFIDENCE',
|
|||
'create_list_tasks', 'create_download_tasks', 'consume_task', 'matching_confidence',
|
||||
'key_subtitles', 'group_by_video']
|
||||
logger = logging.getLogger("subliminal")
|
||||
SERVICES = ['opensubtitles', 'subswiki', 'subtitulos', 'thesubdb', 'addic7ed', 'tvsubtitles', 'itasa',
|
||||
'usub', 'subscenter']
|
||||
SERVICES = ['opensubtitles', 'thesubdb', 'addic7ed', 'tvsubtitles']
|
||||
LANGUAGE_INDEX, SERVICE_INDEX, SERVICE_CONFIDENCE, MATCHING_CONFIDENCE = range(4)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue