From f8497e27d503232d4a57cb00960991560973bb9a Mon Sep 17 00:00:00 2001 From: Steve Adams Date: Wed, 4 Nov 2020 10:43:36 +1100 Subject: [PATCH] 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. --- libs/subliminal_patch/providers/yifysubtitles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/subliminal_patch/providers/yifysubtitles.py b/libs/subliminal_patch/providers/yifysubtitles.py index 3ec6a9e7b..bd1a1102a 100644 --- a/libs/subliminal_patch/providers/yifysubtitles.py +++ b/libs/subliminal_patch/providers/yifysubtitles.py @@ -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):