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.
output template doesn't work on Win32 #5184
Comments
|
As mentioned in our issue reporting guideline, please post the entire output you get when you add It works fine for me under Windows: Are you by any chance using a batch script? If so, you may need to escape percent signs. |
Oh man, I missed that! Sorry. Yes, I was invoking youtube-dl from a batch script and the percent characters needed escaping by using double percent characters. This one works:
Thanks! |

On Linux, I'll do this:
And I'll get a file that's named:
But on Win32, the same command gives me a file named:
What am I doing wrong?