Fixed yifysubtitles url

This commit is contained in:
Christian Segundo 2023-04-20 12:35:57 +02:00 committed by GitHub
parent 93e63246bf
commit e263927779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):