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.
Preserve slashes in video title #16482
Comments
|
Not possible. |
|
|
|
|
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.05.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Using 2018.01.14 but I don't think this is version specific.
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
If a video is titled "5/12", then using
%(title)sproduces "5_12". Is there any way to preserve special characters in the filename? I would be okay with something like "5%2F12".Alternatively if there's a fast way to download only video names from a playlist (
-eor-jseems do to one video at a time) I will accept that as well.