Andreik 66 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. When the words fail... music speaks Share this post Link to post Share on other sites
Bert 1,430 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/ Share this post Link to post Share on other sites
Andreik 66 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(). When the words fail... music speaks Share this post Link to post Share on other sites