Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UPDATE: This answer may now be outdated, see comments below. This was going to happen eventually anyway, as YouTube phases out FLV and shifts toward HTML5 video…
They simply resolve the link to the actual FLV file, and download it.
This is done by copying the video identifier from the URL:
Which is used to request info about the video:
The video info includes a
TOKEN, which you can then you use to make another request:If all goes well, YouTube will respond with
HTTP 303 See Other, including aLocationheader with a direct link to theFLVfile.