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.
Having no success at all with the -o command #3537
Comments
|
Please post at least one variation in full, including the error you get. Note that the path should usually not start with |
|
C:\Users\massi_000\Desktop\Wii\YouTube>youtube-dl --batch-file 1.txt -o "c:\YouT I see the problem, batch files can't use the '%' sign. if I copy and paste the code it works. Thanks for the other information though. |
|
Batch files can include percent signs just fine, you just need to escape them. |
|
@phihag That link doesn't work anymore. |
I have tried using -simulate and --get-filename to no success with the youtube-dl.exe for windows 8.1. I have the latest version installed. Any format I try with -o or --output throws a variety of errors with batch files or multiple/single youtube links in the .bat file. I have seen it return just "ext" as the file name along with "error multiple links with the same name" and others. What is the proper verbose for:
-o /%(uploader)s/%(title)s:%(id)s.(ext)s
? I've tried many variations and none work.