View Single Post
Old 08-31-2013, 03:21 AM   #2
scissors
Addict
scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.
 
Posts: 241
Karma: 1001369
Join Date: Sep 2010
Device: prs300, kindle keyboard 3g
try this - I have no time to offer more than this, sorry.

Spoiler:


Code:
class AdvancedUserRecipe1377932995(BasicNewsRecipe):
    title          = u'VFR Magazine'
    oldest_article = 56
    max_articles_per_feed = 100
    auto_cleanup = True
    remove_empty_feeds = True
    remove_javascript     = True
    no_stylesheets        = True
    ignore_duplicate_articles = {'title', 'url'}
    compress_news_images = True
    compress_news_images_max_size = 30
   

    feeds          = [(u'Articles', u'http://feeds.feedburner.com/vfrmagazine?format=xml')]
scissors is offline   Reply With Quote