Merge pull request #1183 from stevezau/patch-2

yifysubtitles.com permanently moving to .org.
This commit is contained in:
morpheus65535 2020-11-03 19:04:48 -05:00 committed by GitHub
commit 8adcd0b4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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