From 865b8fd65ff9e7d21e131cf6bf03ada6d4e90ff3 Mon Sep 17 00:00:00 2001 From: quyleanh Date: Sun, 18 Apr 2021 16:37:48 +0200 Subject: [PATCH] [pluralsight] Extend anti-throttling timeout (#28712) --- haruhi_dl/extractor/pluralsight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haruhi_dl/extractor/pluralsight.py b/haruhi_dl/extractor/pluralsight.py index abd08bc28..2d63855df 100644 --- a/haruhi_dl/extractor/pluralsight.py +++ b/haruhi_dl/extractor/pluralsight.py @@ -393,7 +393,7 @@ query viewClip { # To somewhat reduce the probability of these consequences # we will sleep random amount of time before each call to ViewClip. self._sleep( - random.randint(2, 5), display_id, + random.randint(5, 10), display_id, '%(video_id)s: Waiting for %(timeout)s seconds to avoid throttling') if not viewclip: