Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/bddfc5f0af6b1c7f9a39fb7a28919687ece70293 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update Subscenter to use new Subscenter.biz domain

pull/429/head
Guy Khmelnitsky 6 years ago committed by GitHub
parent a0e7e63286
commit bddfc5f0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save