Skip to content

Commit

Permalink
Apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ranqiangjun committed Mar 5, 2019
1 parent 5dcd630 commit 36bac7c
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(20, 120), display_id,
'%(video_id)s: Waiting for %(timeout)s seconds to avoid throttling')

if not viewclip:
Expand Down

0 comments on commit 36bac7c

Please sign in to comment.