Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait time between playlist #21263

Closed
guidocaffa opened this issue May 31, 2019 · 5 comments
Closed

Wait time between playlist #21263

guidocaffa opened this issue May 31, 2019 · 5 comments
Labels

Comments

@guidocaffa
Copy link

@guidocaffa guidocaffa commented May 31, 2019

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2019.05.20
  • I've searched the bugtracker for similar feature requests including closed ones

Description

It would be desirable for YouTube DL to have the option to set a timeout between each download video. When using the --batch-file command you can not configure wait times between each link, this would be useful for some sites that can block you from accessing the API.

@guidocaffa guidocaffa added the request label May 31, 2019
@remitamine
Copy link
Collaborator

@remitamine remitamine commented May 31, 2019

--sleep-interval SECONDS         Number of seconds to sleep before each
                                 download when used alone or a lower bound
                                 of a range for randomized sleep before each
                                 download (minimum possible number of
                                 seconds to sleep) when used along with
                                 --max-sleep-interval.
--max-sleep-interval SECONDS     Upper bound of a range for randomized sleep
                                 before each download (maximum possible
                                 number of seconds to sleep). Must only be
                                 used along with --min-sleep-interval.
@remitamine remitamine closed this May 31, 2019
@guidocaffa
Copy link
Author

@guidocaffa guidocaffa commented May 31, 2019

--sleep-interval and --max-sleep it's used (in pluralsight) to wait between each VIDEO, but what i want is to wait between each video collection (in pluralsight case is a course). For example, if i want to download a course, wihc is compose by many videos, the parameters is used to wait between EACH video, not between each course i put into my batch video list. I think this two parameters arn't for this....

@mysakthiivel
Copy link

@mysakthiivel mysakthiivel commented Jun 5, 2019

you can use windows pc timeout command

@mysakthiivel
Copy link

@mysakthiivel mysakthiivel commented Jun 5, 2019

Linux sleep command

@mysakthiivel
Copy link

@mysakthiivel mysakthiivel commented Jun 5, 2019

youtube-dl www.
timeout 300 (second)
youtube-dl www.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.