From 8de63e92e5106848eea7e89db79219518dcdaefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20N=C3=A9meth?= <35818300+sugarman402@users.noreply.github.com> Date: Sun, 5 Jun 2022 18:22:01 +0200 Subject: [PATCH] Change supersupbtitles server url Supersubtitles' url changed from feliratok.info to feliratok.eu --- .../Shared/subliminal_patch/providers/supersubtitles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contents/Libraries/Shared/subliminal_patch/providers/supersubtitles.py b/Contents/Libraries/Shared/subliminal_patch/providers/supersubtitles.py index 97c84110..52c2d6be 100644 --- a/Contents/Libraries/Shared/subliminal_patch/providers/supersubtitles.py +++ b/Contents/Libraries/Shared/subliminal_patch/providers/supersubtitles.py @@ -143,7 +143,7 @@ class SuperSubtitlesProvider(Provider, ProviderSubtitleArchiveMixin): ]} video_types = (Episode, Movie) # https://www.feliratok.info/?search=&soriSorszam=&nyelv=&sorozatnev=The+Flash+%282014%29&sid=3212&complexsearch=true&knyelv=0&evad=4&epizod1=1&cimke=0&minoseg=0&rlsr=0&tab=all - server_url = 'https://www.feliratok.info/' + server_url = 'https://www.feliratok.eu/' subtitle_class = SuperSubtitlesSubtitle hearing_impaired_verifiable = False multi_result_throttle = 2 # seconds