View Single Post
Old 01-09-2010, 12:40 PM   #1105
davotibarna
Member
davotibarna began at the beginning.
 
davotibarna's Avatar
 
Posts: 17
Karma: 10
Join Date: Dec 2009
Location: Oslo, Norway
Device: Nook
new recipe: SG.hu

New Hungarian technical news recipe:

Code:
class SGhu(BasicNewsRecipe):
    title          = u'SG.hu'
    __author__     = 'davotibarna'
    description    = 'Informatika és Tudomány'
    language = 'hu'
    oldest_article = 5
    max_articles_per_feed = 100
    no_stylesheets = True
    encoding = 'ISO-8859-2'

    feeds          = [(u'SG.hu', u'http://www.sg.hu/plain/rss.xml')]

    def print_version(self, url):
        return url.replace('cikkek/', 'printer.php?cid=')
davotibarna is offline