We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615913 commit 79e4ccfCopy full SHA for 79e4ccf
youtube_dl/extractor/pluralsight.py
@@ -393,7 +393,7 @@ def guess_allowed_qualities():
393
# To somewhat reduce the probability of these consequences
394
# we will sleep random amount of time before each call to ViewClip.
395
self._sleep(
396
- random.randint(2, 5), display_id,
+ random.randint(5, 10), display_id,
397
'%(video_id)s: Waiting for %(timeout)s seconds to avoid throttling')
398
399
if not viewclip:
0 commit comments