mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 08:47:52 +08:00
I am getting 401's on yifysubtitles.com.
I am now consistant 401's on yifysubtitles.com. I believe the site has moved to.org.
This commit is contained in:
parent
a72c17a56d
commit
f8497e27d5
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class YifySubtitlesProvider(Provider):
|
|||
|
||||
languages = {Language(l, c) for (_, l, c) in YifyLanguages}
|
||||
languages.update(set(Language.rebuild(l, hi=True) for l in languages))
|
||||
server_urls = ['https://yifysubtitles.org', 'https://www.yifysubtitles.com']
|
||||
server_urls = ['https://yifysubtitles.org']
|
||||
video_types = (Movie,)
|
||||
|
||||
def initialize(self):
|
||||
|
|
Loading…
Reference in a new issue