New recipe for Gulli by posativ

This commit is contained in:
Kovid Goyal 2009-11-30 11:01:19 -07:00
parent 7dd1b8b93d
commit 7ed11edf44
2 changed files with 19 additions and 0 deletions

View File

@ -62,6 +62,9 @@
- title: ncrnext
author: kwetal
- title: Gulli
author: posativ
improved recipes:
- The Philadelphia Inquirer
- Harpers

View File

@ -0,0 +1,16 @@
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1259599587(BasicNewsRecipe):
title = u'Gulli'
description = 'News from Germany'
language = 'de'
__author__ = 'posativ'
oldest_article = 7
max_articles_per_feed = 100
no_stylesheets = True
feeds = [(u'gulli:news', u'http://ticker.gulli.com/rss/')]
remove_tags = [{'class' : ['addthis_button', 'BreadCrumb']}, {'id' : ['plista0']}]
keep_only_tags = [dict(name='div', attrs={'class':'inside'})]