mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-01 12:32:25 +08:00
Fixed yifysubtitles url
This commit is contained in:
parent
93e63246bf
commit
e263927779
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,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_url = 'https://yifysubtitles.org'
|
||||
server_url = 'https://yifysubtitles.ch'
|
||||
video_types = (Movie,)
|
||||
|
||||
def initialize(self):
|
||||
|
|
Loading…
Reference in a new issue