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.
Queue Support + Error Log in Verbose mode #11151
Comments
|
|
@dstftw i got "ERROR: fixed output name but more than one file to download" when downloading multiple hls (m3u8) url and with multiple -o thanks again |
|
You are completely misusing |
|
@dstftw oops sorry totally missed that >_> since the video url doesn't have filename/title (they use token number as filename) and it's working fine now, result in movie00001.mp4 |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.11.08.1. 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
Please add support for queue, i know you can pass more than one url in youtube-dl #8761 but that seem doesn't really work if we use the -o filename, especially since sometime we really need the -o filename (for each of the url ) due to the original filename aren't supported in windows (eg. more than 250 char)
also using ffmpeg in hls downloader i always get timeout on some of the video segment due to my internet acting up, and knowing these error means the complete video isn't really complete (missing some scene) but i seem never get any error if i use the native hls downloader even if i use verbose mode, so is there any error handling in native hls downloader? like what if some of the segment failed to download, is youtube-dl will warn me about this? and will it warn me when youtube-dl try to retry them? if no then please add a notice when youtube-dl failed to download some of the segment.
thank you so much