aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSteve Adams <[email protected]>2020-11-04 10:43:36 +1100
committerGitHub <[email protected]>2020-11-04 10:43:36 +1100
commitf8497e27d503232d4a57cb00960991560973bb9a (patch)
treeac61020e4b0efdc9f08d0bdbc08fd9662df7963b
parenta72c17a56d05efd21754dc0965bc73c13f6c80e2 (diff)
downloadbazarr-f8497e27d503232d4a57cb00960991560973bb9a.tar.gz
bazarr-f8497e27d503232d4a57cb00960991560973bb9a.zip
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.
-rw-r--r--libs/subliminal_patch/providers/yifysubtitles.py2
1 files changed, 1 insertions, 1 deletions
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):