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.
youtube-dl error content too short #13386
Comments
|
why can't you use theses options? Do you have an error? be more precise. And, most of the time, the "advanced" options aren't working in batch files due to characters misunderstanding issues with cmd.exe |
|
and use the https://github.com/rg3/youtube-dl/issues/new template |
|
Carefully read new issue template and provide all requested information. |
Hi i need help in error content too short... ( using youtube-dl latest version on windows 8.1). Iam using this bat script for auto retry
if [%1]==[] echo URL missing & goto :EOF :retry youtube-dl %1 if ERRORLEVEL 1 goto retry
But the problem is i cant use --playlist--start and --no-part options with this bat file so can you help me with it?