mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
New recipe for Gulli by posativ
This commit is contained in:
parent
7dd1b8b93d
commit
7ed11edf44
@ -62,6 +62,9 @@
|
|||||||
- title: ncrnext
|
- title: ncrnext
|
||||||
author: kwetal
|
author: kwetal
|
||||||
|
|
||||||
|
- title: Gulli
|
||||||
|
author: posativ
|
||||||
|
|
||||||
improved recipes:
|
improved recipes:
|
||||||
- The Philadelphia Inquirer
|
- The Philadelphia Inquirer
|
||||||
- Harpers
|
- Harpers
|
||||||
|
16
resources/recipes/gulli.recipe
Normal file
16
resources/recipes/gulli.recipe
Normal 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'})]
|
Loading…
x
Reference in New Issue
Block a user