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.
Why youtube-dl can't parse the url properly ? #25214
Comments
|
Looks like you're on Linux. Whenever you're referencing a variable in Bash you should double-quote the ref cuz Bash might cut the URL and place the process in the background. Just quoting the string during var assignment doesn't do. |
I find a strange fact that a video in youtube can't be downloaded with youtube-dl.
No error info during downloading with youtube-dl,when playing the downloaded video,and compare to play the video on the url with firefox,the content in your downloaded and on the webpage are totally different,in fact youtube-dl never download it at all,i think youtube-dl can't parse the url https://www.youtube.com/watch?v=VdjCcztoRmw properly, Why?