View Single Post
Old 06-17-2011, 06:05 AM   #2
sexymax15
Enthusiast
sexymax15 began at the beginning.
 
sexymax15's Avatar
 
Posts: 30
Karma: 12
Join Date: Jun 2011
Location: India
Device: Kindle 3g
Here's your recipe of "Words Without Borders":

Code:
#recipe created by sexymax15.....sexymax15@gmail.com
#Words without Borders recipe

class AdvancedUserRecipe1308302002(BasicNewsRecipe):
    title          = u'Words Without Borders'
    oldest_article = 90
    max_articles_per_feed = 30
    use_embedded_content = False

    remove_empty_feeds = True
    no_stylesheets = True
    remove_javascript = True
    keep_only_tags = {'class':'span-14 article'}
    remove_tags_after = [{'class':'addthis_toolbox addthis_default_style no_print'}]
    remove_tags = [{'class':['posterous_quote_citation','button']}]
    extra_css             = """ 
                               h1{font-family: Georgia,serif; font-size: large}h2{font-family: Georgia,serif; font-size: large} """



    feeds          = [(u'wwb', u'http://feeds.feedburner.com/wwborders?format=xml')]
Screenshot:


Last edited by kovidgoyal; 07-16-2011 at 07:20 PM.
sexymax15 is offline   Reply With Quote