Andreik Posted August 11, 2010 Posted August 11, 2010 I`m trying to make a video downloader for youtube but I have some troubles with INetGet(). This is my code: InetGet('www.youtube.com/get_video?asv=&video_id=qdDVtFvJwUc&t=vjVQa1PpcFOgvBUuT198o72450xI9WPInkSqYMXgW_Q%3D&fmt=22','videoplayback.mp4') I tried to get @error for InetGet() but no error was show. I tried also some combinations for background options but still no result. If I put the link in my FF address bar I can get the video.
Bert Posted August 11, 2010 Posted August 11, 2010 http://www.autoitscript.com/forum/index.php?showtopic=117674 This is being discussed in Chat. Apparently Youtube has changed things again. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Andreik Posted August 11, 2010 Author Posted August 11, 2010 I`m not asking about youtube link format. I got this informations from video page source. the format is www.youtube.com/get_video?asv=&video_id=[video ID]&t=[TOKEN]&fmt=[FMT]. This work like a charm in firefox but I want to know why I cannot get the video with InetGet().
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now