mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
Merge pull request #429 from GuyKh/patch-1
Update Subscenter to use new Subscenter.biz domain
This commit is contained in:
commit
cce90bc1d1
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue