View Single Post
Old 01-27-2011, 06:57 PM   #1
skyhawker
Junior Member
skyhawker began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2011
Location: Northern Virginia, USA
Device: Kindle DX
Post Recipe for Capes & Babes

A friend of mine runs this awesome comic blog. This recipe downloads the last month's postings. It's simple, but it works great. The comic is about "a strip mall, a comic book shop & one crazy werewolf."

Code:
class CapesnBabesRecipe(BasicNewsRecipe):
    title          = u'Capes & Babes'
    oldest_article = 31
    max_articles_per_feed = 100
    use_embedded_content = True
    feeds          = [(u'Capes & Babes', u'feed://www.capesnbabes.com/feed/')
skyhawker is offline   Reply With Quote