views:

240

answers:

3

Hi
Before this I could download Youtube videos in my application by URLs like this:
http://www.youtube.com/get_video?video_id=g1SADcP5g1o&t=vjVQa1PpcFPdtzEqgjY9XznEG3_WlkhS1xMugBP5eJ8=
But currently this doesn't work (at least in most of tries)
How can I get video download URL?

Thanks

+3  A: 

The token (the t parameter) has changed. You can find the new token by extracting the token parameter value from the response of http://www.youtube.com/get_video_info?video_id=g1SADcP5g1o

It's currently vjVQa1PpcFO7N3Wi5ltEJ--4Ni2pDQNMXrJMprckKcU%3D.

BalusC
Hi Thanks for your attention This Gives the embed flash player! Not a URL to the video (flv , MP4 ...) I need that URL It seems it does some checks because when I tried again it work jut one time for that video (and no more)
Snigger
Sorry, I was wrong. I updated the answer.
BalusC
Thank you very much ! It worked.
Snigger
A: 

you will Need Wordpress youtube Emded code

Hassan
A: 

What is the URL format needs to be used?