1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 18:09:28 +00:00
Command-line program to download videos from YouTube.com and other video sites http://ytdl-org.github.io/youtube-dl/
Go to file
jamiejones b620a5f811 Correctly parse the player URL in RTMP downloads (closes #11)
Fixed several problems courtesy of jamiejones:

The parsing for the SWF url was wrong (the "//" are now escaped and the
initial .*match needs to be 'ungreedy'), so the -W setting to rtmpdump
was not set, causing the decryption of the video to be wrong.

Finally, add "&has_verified=1" to the fetch of the HMTL page to
allow fetching of age-restricted videos.
2010-11-17 20:43:27 +01:00
LATEST_VERSION Bump version number 2010-10-31 11:28:45 +01:00
youtube-dl Correctly parse the player URL in RTMP downloads (closes #11) 2010-11-17 20:43:27 +01:00