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.
Issue when using the output option #11453
Comments
You didn't provide any URL due to invalid output template. If you'are using it in batch script read this. |
|
Thanks that worked man |
Im using windows 7 and encounters an issue when using the output option
here is my code:
youtube-dl --download-archive archive.log --add-metadata -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio --merge-output-format mkv --all-subs --embed-subs -i --embed-thumbnail --output "%(uploader)s\%(title)s.%(ext)s" "http://www.youtube.com/watch?v=P9pzm5b6FFY"pause
here is the error message i get
F:\Videos\Youtube-DL\Tools>youtube-dl --download-archive archive.log --add-metad
ata -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio --merge-output-
format mkv --all-subs --embed-subs -i --embed-thumbnail --output "(title)s.//www
.youtube.com/watch?v=P9pzm5b6FFY"
Usage: youtube-dl [OPTIONS] URL [URL...]
youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.
F:\Videos\Youtube-DL\Tools>pause
Press any key to continue . . .
i tried removing all other option but issue still persists
youtube-dl --output "%(uploader)s\%(title)s.%(ext)s" "http://www.youtube.com/watch?v=P9pzm5b6FFY"pause
here is the error message
F:\Videos\Youtube-DL\Tools>youtube-dl --output "(title)s.//www.youtube.com/watch
?v=P9pzm5b6FFY"
Usage: youtube-dl [OPTIONS] URL [URL...]
youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.
F:\Videos\Youtube-DL\Tools>pause
Press any key to continue . . .