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.
option to list video URLs in playlist; want to parallelize #16881
Comments
|
Info should be included with But I'm not sure if that approach is really practical, because ultimately download rates are limited by the server side, and if they detect any usual spikes in traffic this might end up in a temporary IP ban. You know, due to automated DDoS mitigation techniques etc. I'm not saying that it can't work, just that it might not. |
|
In my case, I'm adding subtitles and doing other processing to downloaded videos, so it would be much faster in parallel because right now network sits idle quite a bit of the time. This does indeed dump JSON, but fairly slowly- looks like maybe youtube-dl is doing deep introspection, which isn't required for my use case. I only need the youtube ID for this application. Filtering through |
|
|
|
Thanks. Can confirm that
works very well. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.06.25. 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
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
Can youtube-dl provide simply a list of video URLs given a playlist? I want to be able to do something like
youtube-dl --dump-playlist <playlist-URL>|parallel -j3 youtube-dl