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.
links issue #2112
links issue #2112
Comments
|
It's working fine, could you post the output of running
|
|
like this? D:from C\youtube>youtube-dl 'http://www.youtube.com/watch?feature=player_embed D:_from C\youtube> |
|
D:_from C\youtube>youtube-dl.py 'http://www.youtube.com/watch?feature=player_em
File "C:\Program Files\Python 3.3.3\lib\http\client.py", line 1103, in _send_r During handling of the above exception, another exception occurred: Traceback (most recent call last):
File "C:\Program Files\Python 3.3.3\lib\urllib\request.py", line 447, in _call D:_from C\youtube> |
|
If you are on windows don't use quotes ( |
|
D:_from C\youtube>youtube-dl http://www.youtube.com/watch?feature=player_embedd D:_from C\youtube> |
|
Since the url contains a |
|
D:_from C\youtube>youtube-dl.py http://www.youtube.com/watch?feature=player_emb D:_from C\youtube> |
|
thanks! that was my bad. sorry. solved. " works |
On Windows, double quotes are required, because single quotes get served to youtube-dl. (Yes, cmd.exe is crazy like that). On other system, both double and single quotes are fine, unless the string contains a dollar sign (then you need single quotes). Since virtually no URLs contain dollar signs, double quotes should do.
Hi
just don't understand why youtube_dl CAN download video from link like this
http://someXXX.com/movies/1245355/someXXX_BLAHBLAHBLAHXXX_XXX.html
and CAN'T link like this
http://www.youtube.com/watch?feature=player_embedded&v=HkOj7labDaA
it is still have a video ID or something? after &v= ?
this link is from right klick on youtube player - "copy URL video"