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.
Usernames with blank spaces #9985
Comments
|
Use complete URL instead of |
Hi all, I'm trying to download all videos from one chanel, I'm using that parameters
youtube-dl.exe --audio-format mp3 --audio-quality 320k -x ytuser:<USER>But that only works if the username hasn't got spaces in his name, how can I specify spaces there?
Thank you so much :)