View Single Post
Old 11-29-2011, 12:10 PM   #4
NotTaken
Connoisseur
NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.
 
Posts: 65
Karma: 4640
Join Date: Aug 2011
Device: kindle
Thanks for sharing. One thing I did notice is that a few of the urls aren't current and it ends up getting the comic on the front page. A couple that I noticed:
Code:
(u"Larry Wright", u"http://www.gocomics.com/larrywright"),
(u"Grand Avenue", u"http://www.gocomics.com/grandavenue"),
I believe Grand Avenue should be,
Code:
 (u"Grand Avenue", u"http://www.gocomics.com/grand-avenue")
If they change often it might be nice to parse a page of links to populate your feeds.
NotTaken is offline   Reply With Quote