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.
Problems parsing embedded youtube video URL #1222
Comments
|
Which version of youtube-dl are you using? Can you post the output of
|
|
Since it seems to work fine, I'm closing the issue. Make sure you are quoting the url, because it contains a |
Often when I copy and paste a link from an embedded youtube video I get a link on this format:
http://www.youtube.com/watch?feature=player_embedded&v=_o-sKdyUPO8
The problem is that youtube-dl seems to need the "watch?" string to be immediately followed by the "v=??????" string.
This url format is what I most often get when I right click an embedded video and select "copy video URL".