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.
Checklist
Question
Can someone please tell me which characters must be escaped when using the -o command to write to a specific path? I'm having a problem where, using Terminal, I can download to any path just fine, but using python3's subprocess to run youtube-dl returns
ERROR: fixed output name but more than one file to download
Judging from previous questions asked I suspect there are some characters in the path which need escaping, but I don't know which ones.
Just for reference, the path being sent to is
/Users/mewtwoswift/Desktop/Developer/AdSkipAudio/DOWNLOAD/Sonic_FanMix_-_Special_Stage_1.webm
Maybe the underscores? But I've never had to escape them before...
Using youtube-dl 2019.05.11