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.
pull/1183/head
Steve Adams 4 years ago committed by GitHub
parent a72c17a56d
commit f8497e27d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save