thenewkid Posted January 7, 2009 Posted January 7, 2009 nice work some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
thenewkid Posted January 7, 2009 Posted January 7, 2009 (edited) this is my updated downloader u need ffmpeg.exe to convert its to large to uploadany ideas of things to add are welcome and i gladly add them <snip> Edited November 6, 2013 by Melba23 Code removed some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
fmen Posted January 7, 2009 Posted January 7, 2009 (edited) This looks great! I really like it, thanks I have the following questions... 1. On running the script the following error occurs: Line (25) : ==> Variable used without being declared.: $dl_AND = GUICtrlCreateButton("Download", 0, 278, 400, 25, BitOR($BS_FLAT,$WS_BORDER,$WS_CLIPSIBLINGS), BitOR($WS_EX_CLIENTEDGE,$WS_EX_STATICEDGE)) $dl_AND = GUICtrlCreateButton("Download", 0, 278, 400, 25, BitOR(^ ERROR adding "dim $BS_FLAT" at the start eliminates error. Is there a better solution? 2. If the download folder does not exist, (C:\Users\Administrator\Videos) the program goes through the motions of downloading but it doesn't really download anything. It would be nice if it would check if the folder exists first. 3. Once the download folder is created, it will download the flv file but does not convert it to avi. Edited January 7, 2009 by fmen
thenewkid Posted January 7, 2009 Posted January 7, 2009 (edited) @ fmen what do you mean by Pn and are u useing autoit v3.3.0.0i make it check if the file exists firstand u need ffmpeg.exe to make it convert<snip>you can download ffmpeg.exe there Edited November 6, 2013 by Melba23 Link removed some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
fmen Posted January 7, 2009 Posted January 7, 2009 thenewkid said: @ fmen what do you mean by Pn and are u useing autoit v3.3.0.0i make it check if the file exists first and u need ffmpeg.exe to make it converthttp://rapidshare.com/files/180558156/Youtube.zipyou can download ffmpeg.exe there"Pn" was a typo for "On". Sorry for the confusion.Yes, I am running v3.3.0.0.I missed the ffmpeg.exe download. Thanks, I'll get it.I'll give you an update in a while.Nice script!
FireFox Posted January 7, 2009 Posted January 7, 2009 @fmen Quote 2. If the download folder does not exist, (C:\Users\Administrator\Videos) the program goes through the motions of downloading but it doesn't really download anything. It would be nice if it would check if the folder exists first.In my youtube downloader the output directory for video is the desktop so please check it first before reply Cheers, FireFox
fmen Posted January 7, 2009 Posted January 7, 2009 @ thenewkid I still have the same minor problem with the download folder issue. If nonexistent it does not seem to check.. @firefox The default desktop download location eliminates the problem. Conversion to avi occurs as advertised with the plug-in but the file will only play sound (no video) on media player 11. What other plug-in am I missing? Good stuff, guys.
thenewkid Posted January 7, 2009 Posted January 7, 2009 @fmen are u on xp or vista? some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted January 7, 2009 Posted January 7, 2009 @fmen Im on XP SP3 and it works for thenewkid youtube downloader... try to change output directory with @DesktopDir Cheers, FireFox.
thenewkid Posted January 8, 2009 Posted January 8, 2009 if u look i made the defult out put fo vista its ok i can change that to check if its vista and if vista it will go to the vindos folder and if xp i make it go to where the videos folder is for xp 2 mins work some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
thenewkid Posted January 8, 2009 Posted January 8, 2009 (edited) @fmenthis should work better for xp not 100% as im not useing xp and cant test for xp let me know if it dont thanks<snip> Edited November 6, 2013 by Melba23 Code removed some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
fmen Posted January 8, 2009 Posted January 8, 2009 Hi, I did a quick check and unfortunately, it is not working for me. In fact, even if I specifically choose the Desktop as the the download location, the file will not download there. The original script did allow for that option. Sorry... Maybe someone else using XP can confirm this.
thenewkid Posted January 8, 2009 Posted January 8, 2009 (edited) If FileExists($deflutpath) Then ;file exists Else $deflutpath = @ScriptDir ;file does not exist EndIf it should save to where the script is if the file does not exist did u change that part to @DesktopDir and is this the right path the the xp videos folder C:\Documents and Settings\"&@UserName&"\My Documents\My Videos Edited January 8, 2009 by thenewkid some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
thenewkid Posted January 9, 2009 Posted January 9, 2009 (edited) @fman try this one i think this shoul sove the problom of not saveing to the video folder<snip> Edited November 6, 2013 by Melba23 Code removed some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
laffo16 Posted October 15, 2009 Posted October 15, 2009 just testing and doesnt seem to download the flv, i get a 0 byte file created for all versions above.
FireFox Posted October 16, 2009 Posted October 16, 2009 On 10/15/2009 at 5:49 PM, 'laffo16 said: just testing and doesnt seem to download the flv, i get a 0 byte file created for all versions above.Because its an old topic and the download solution does not work anymore; to get one working, see hereCheers, FireFox.
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