Skip to content

Commit

Permalink
[pluralsight] Extend anti-throttling timeout (#28712)
Browse files Browse the repository at this point in the history
  • Loading branch information
quyleanh authored Apr 16, 2021
1 parent 0615913 commit 79e4ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/pluralsight.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def guess_allowed_qualities():
# 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:
Expand Down

0 comments on commit 79e4ccf

Please sign in to comment.