Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
instagram: --sleep-interval doesn't work when dowloading playlists #15771
Comments
|
If you could explain what makes this report "incomplete" I'll be glad to add more details. |
|
Issue template explains what makes it incomplete. |
|
Sorry but I still can't understand. I've checked all the relevant boxes and I didn't include any verbose output because it's of no use for this issue: simply the So I had a better look at the code: I think the code that implements If you agree this is the way to go, I can try to come up with a PR for this. (suggestions welcome!) |
|
For the records, changes made in 27b1c73 to reflect the new instagram API also fix this issue, since now the |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.03.03. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
The
--sleep-intervaloption doesn't work when downloading a playlist using theinstagram:userextractor.I often get the http 429 error (too many requests) from instagram in this phase.
Maybe related to #4924?