From: quyleanh Date: Fri, 16 Apr 2021 17:30:10 +0000 (+0700) Subject: [pluralsight] Extend anti-throttling timeout (#28712) X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=79e4ccfc4b395127bb3e5e957b20b04e75cba355;p=youtube-dl [pluralsight] Extend anti-throttling timeout (#28712) --- diff --git a/youtube_dl/extractor/pluralsight.py b/youtube_dl/extractor/pluralsight.py index abd08bc28..2d63855df 100644 --- a/youtube_dl/extractor/pluralsight.py +++ b/youtube_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: