From a5556177386207d5635a5e8aeb201bf4f5850186 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Thu, 6 May 2021 23:08:16 -0400 Subject: [PATCH] Tried to fix the issues with bsplayer --- libs/subliminal_patch/providers/bsplayer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/subliminal_patch/providers/bsplayer.py b/libs/subliminal_patch/providers/bsplayer.py index d1a2d5338..ca40316a7 100644 --- a/libs/subliminal_patch/providers/bsplayer.py +++ b/libs/subliminal_patch/providers/bsplayer.py @@ -267,7 +267,7 @@ class BSPlayerProvider(Provider): TEST_URL = "http://{}.api.bsplayer-subtitles.com".format(domain) try: logging.debug("Testing BSplayer sub-domain {}".format(TEST_URL)) - res = self.session.get(TEST_URL, timeout=10) + res = self.session.get(TEST_URL, timeout=3) except: continue else: @@ -280,7 +280,7 @@ class BSPlayerProvider(Provider): ) break else: - sleep(5) + sleep(1) continue if self.API_URL_TEMPLATE: