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.
ERROR: fixed output name but more than one file to download #1828
Comments
|
Ok this is fixed, the url had to be defined before the |
|
This is a bug, reopening. |
|
@phihag which command is failing?, I have tried some variations but I haven't managed to get the error. |
|
@btmdave I cannot reproduce the problem with -o '/path/to/download/%(title)s.%(ext)s'. Maybe it is not correctly escaped? @jaimeMF I can reproduce this issue with
In any case, I have now simplified the check, and made it conditional upon --max-downloads not being 1. |
|
Ok, I didn't try that command, good catch. |
|
I am facing the same problem in using Youtube-dl for downloading videos data sending From jBItiUvGSyI |
Hello,
I'm using this with soundcloud and downloading a single mp3. I have
--max-downloadsset to 1 and-o /path/to/download/%(title)s.%(ext)s'. I keep getting the fixed output error, but it's only one file. If I remove the-oall together, then it downloads the single file, but in the wrong directory. Am i missing something?Thanks!