JustinReno Posted December 2, 2007 Share Posted December 2, 2007 That's cool. Link to comment Share on other sites More sharing options...
Achilles Posted December 2, 2007 Author Share Posted December 2, 2007 Updated to include Explosm comics also Thanks Paulie! My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
JustinReno Posted December 2, 2007 Share Posted December 2, 2007 (edited) I really like this, thank you Piano Man. Edit: You should change the $DownloadLocation = "C:\" to @HomeDrive. @HomeDrive&"\" Edited December 2, 2007 by JustinReno Link to comment Share on other sites More sharing options...
HeffeD Posted December 2, 2007 Share Posted December 2, 2007 Any hope of adding Achewood like I mentioned a while back? Link to comment Share on other sites More sharing options...
theguy0000 Posted December 2, 2007 Share Posted December 2, 2007 http://www.xkcd.com/Func _GetXkcdLink() $RSS = "http://www.xkcd.com/rss.xml" $RSSSource = _INetGetSource($RSS) $Items = StringRegExp($RSSSource, "(?i)(?s)<item>.*?</item>", 3) $Count = UBound($Items) $Dummy = _StringBetween($Items[0], '<img +src="', '"') $Link = $Dummy[0] Return $Link EndFunc ;==>_GetXkcdLinkuntested but should work... The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
Achilles Posted December 3, 2007 Author Share Posted December 3, 2007 I got an error about $Dummy[0] not being an array item which means something isn't going write... My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
theguy0000 Posted December 3, 2007 Share Posted December 3, 2007 right, sorry... Func _GetXkcdLink() $RSS = "http://www.xkcd.com/rss.xml" $RSSSource = _INetGetSource($RSS) $Items = StringRegExp($RSSSource, "(?i)(?s)<item>.*?</item>", 3) $Count = UBound($Items) $Dummy = _StringBetween($Items[0], '<img src="', '"') $Link = $Dummy[0] Return $Link EndFunc ;==>_GetXkcdLink The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
Achilles Posted December 3, 2007 Author Share Posted December 3, 2007 right, sorry... Func _GetXkcdLink() $RSS = "http://www.xkcd.com/rss.xml" $RSSSource = _INetGetSource($RSS) $Items = StringRegExp($RSSSource, "(?i)(?s)<item>.*?</item>", 3) $Count = UBound($Items) $Dummy = _StringBetween($Items[0], '<img src="', '"') $Link = $Dummy[0] Return $Link EndFunc ;==>_GetXkcdLinkSweet, that looks like it will work perfectly. As soon as I get my computer recustomized (I just reinstalled Windows) I'll update this. My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
HeffeD Posted December 3, 2007 Share Posted December 3, 2007 To repost my earlier post in this thread: (edited to grab today's date...)I'd love to see Achewood. (Note that Achewood is often very rude and crass. View at your own peril)The URL for the daily comic is in this format. http://achewood.com/comic.php?date=11302007 But I'm not sure of the actual image URL format. The image is a .gif, but I don't know enough about PHP to know how to derive the actual image address.Sometimes the comic is not updated daily. There are often two to three day gaps in comics.If you would prefer not to add that one due to content, how about Penny Arcade?http://www.penny-arcade.com/images/2007/20071129.jpg Link to comment Share on other sites More sharing options...
JustinReno Posted December 3, 2007 Share Posted December 3, 2007 Why not just add it yourself and post it? Link to comment Share on other sites More sharing options...
Achilles Posted December 3, 2007 Author Share Posted December 3, 2007 (edited) UpdatedIncludes xkcdI really like this, thank you Piano Man. :)Edit: You should change the $DownloadLocation = "C:\" to @HomeDrive. @HomeDrive&"\"Your welcome and I changed it to @HomeDrive &'\' like you suggested.. thanksThanks again to theguy0000 for that link.@HeffeD: I'll look into those two, probably tomorrow though, I should be studying for an AP Bio test I have tomorrow... Edited December 3, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
HeffeD Posted December 3, 2007 Share Posted December 3, 2007 (edited) Why not just add it yourself and post it?Did you read my post? I said I didn't know how...@Piano_man Thanks! Edited December 3, 2007 by HeffeD Link to comment Share on other sites More sharing options...
JustinReno Posted December 3, 2007 Share Posted December 3, 2007 (edited) Your welcome, it looks nice. @HefeD: Its not hard. Edited December 3, 2007 by JustinReno Link to comment Share on other sites More sharing options...
BananaFredSoft Posted December 3, 2007 Share Posted December 3, 2007 All it shows is a tiny little box for me, with a button, that a click, and does nothing. -ColinSite:www.bananafredsoft.comStuff:Simple Text Editor - MediaPlayer - Animator - BananaDB - BananaNotes - Chatta - Filesearch - Excuse GeneratorMy YouTube channel:http://www.youtube.com/user/colipat Link to comment Share on other sites More sharing options...
HeffeD Posted December 3, 2007 Share Posted December 3, 2007 @HefeD: Its not hard.Maybe not, but I still don't know how to do it... Link to comment Share on other sites More sharing options...
Achilles Posted December 3, 2007 Author Share Posted December 3, 2007 All it shows is a tiny little box for me, with a button, that a click, and does nothing.Well, internet access is required, but since you're posting on a forum I'll assume you have that.Does it go through the progressbar where it should download the 5 pictures? It should take a few seconds... While the little box, as you call it, is open, check your @Homedrive to see if there have been any comics downloaded there.Let me know what happens... My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
theguy0000 Posted December 3, 2007 Share Posted December 3, 2007 Your welcome, and it's theguy0000 not theguy1000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
Achilles Posted December 3, 2007 Author Share Posted December 3, 2007 Your welcome, and it's theguy0000 not theguy1000 Don't know where I got the 1 from, but I changed it to 0000... My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
BananaFredSoft Posted December 4, 2007 Share Posted December 4, 2007 The images aren't on my drive... I wonder what's wrong with it. Why is the GUI so tiny? -ColinSite:www.bananafredsoft.comStuff:Simple Text Editor - MediaPlayer - Animator - BananaDB - BananaNotes - Chatta - Filesearch - Excuse GeneratorMy YouTube channel:http://www.youtube.com/user/colipat Link to comment Share on other sites More sharing options...
Paulie Posted December 4, 2007 Share Posted December 4, 2007 The images aren't on my drive... I wonder what's wrong with it. Why is the GUI so tiny?Version of Autoit?Can you access all the links within the code? Link to comment Share on other sites More sharing options...
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