View Single Post
Old 11-18-2011, 04:33 PM   #8
MikeBlyth
Junior Member
MikeBlyth began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Nov 2011
Location: Jos, Nigeria
Device: Kindle
Here is the recipe:
Code:
class AdvancedUserRecipe1321386207(BasicNewsRecipe):
    title          = u'BBC'
    oldest_article = 3
    max_articles_per_feed = 2
    auto_cleanup = True
    no_stylesheets = True
    feeds          = [(u'BBC Front Page', u'http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml')]

    def print_version(self, url):
        return url + u'?print=true'
Maybe it will work for someone else?
MikeBlyth is offline   Reply With Quote