View Single Post
Old 01-25-2010, 10:05 PM   #1282
cix3
Member
cix3 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2009
Device: Kindle 2
New recipe for JazzTimes
jazztimes.com

Code:
class jazztimes(BasicNewsRecipe):
    title = 'JazzTimes'
    __author__ = 'cix3'
    description = 'Widely regarded as the worlds leading jazz publication'
    timefmt = ' [%b %d, %Y]'

    oldest_article = 30
    max_articles_per_feed = 100
    no_stylesheets = True

    remove_tags = [dict(name='div', attrs={'id':['logo', 'comments', 'related_objects', 'inset module', 'footer', 'strip_control', 'header', 'navigation']}), dict(name='hr'), dict(name='img')]

    feeds = [
        ('jazztimes', 'http://jazztimes.com/feeds/all.rss')
            ]
Would love it if someone could create a recipe for the actual magazine!
http://jazztimes.com/issues/201002

Last edited by cix3; 01-25-2010 at 10:09 PM.
cix3 is offline