Private GIT

Skip to content
Snippets Groups Projects
Commit 21e7190e authored by sagilo's avatar sagilo Committed by Kfir Hadas
Browse files

Update subscenter domain to .info (#3861)

parent 9b91e6dd
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ PROVIDER_URLS = { ...@@ -61,7 +61,7 @@ PROVIDER_URLS = {
'napiprojekt': 'http://www.napiprojekt.pl', 'napiprojekt': 'http://www.napiprojekt.pl',
'opensubtitles': 'http://www.opensubtitles.org', 'opensubtitles': 'http://www.opensubtitles.org',
'podnapisi': 'http://www.podnapisi.net', 'podnapisi': 'http://www.podnapisi.net',
'subscenter': 'http://www.subscenter.org', 'subscenter': 'http://www.subscenter.info',
'thesubdb': 'http://www.thesubdb.com', 'thesubdb': 'http://www.thesubdb.com',
'tvsubtitles': 'http://www.tvsubtitles.net' 'tvsubtitles': 'http://www.tvsubtitles.net'
} }
......
...@@ -76,7 +76,7 @@ class SubsCenterSubtitle(Subtitle): ...@@ -76,7 +76,7 @@ class SubsCenterSubtitle(Subtitle):
class SubsCenterProvider(Provider): class SubsCenterProvider(Provider):
"""SubsCenter Provider.""" """SubsCenter Provider."""
languages = {Language.fromalpha2(l) for l in ['he']} languages = {Language.fromalpha2(l) for l in ['he']}
server_url = 'http://www.subscenter.org/he/' server_url = 'http://www.subscenter.info/he/'
def __init__(self, username=None, password=None): def __init__(self, username=None, password=None):
if username is not None and password is None or username is None and password is not None: if username is not None and password is None or username is None and password is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment