Merge pull request #429 from GuyKh/patch-1

Update Subscenter to use new Subscenter.biz domain
This commit is contained in:
morpheus65535 2019-05-08 20:28:56 -04:00 committed by GitHub
commit cce90bc1d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class SubsCenterSubtitle(Subtitle):
class SubsCenterProvider(Provider):
"""SubsCenter Provider."""
languages = {Language.fromalpha2(l) for l in ['he']}
server_url = 'http://www.subscenter.org/he/'
server_url = 'http://www.subscenter.biz/he/'
subtitle_class = SubsCenterSubtitle
def __init__(self, username=None, password=None):