Skip to content

Commit 79e4ccf

Browse files
authored
[pluralsight] Extend anti-throttling timeout (ytdl-org#28712)
1 parent 0615913 commit 79e4ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtube_dl/extractor/pluralsight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def guess_allowed_qualities():
393393
# To somewhat reduce the probability of these consequences
394394
# we will sleep random amount of time before each call to ViewClip.
395395
self._sleep(
396-
random.randint(2, 5), display_id,
396+
random.randint(5, 10), display_id,
397397
'%(video_id)s: Waiting for %(timeout)s seconds to avoid throttling')
398398

399399
if not viewclip:

0 commit comments

Comments
 (0)