mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Stamgasten by drMerry. Fixes #1051225 (Stamgasten, a new recipe)
This commit is contained in:
parent
1c3fceb6bb
commit
70ee81c678
BIN
recipes/icons/stamgasten.png
Normal file
BIN
recipes/icons/stamgasten.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 639 B |
16
recipes/stamgasten.recipe
Normal file
16
recipes/stamgasten.recipe
Normal file
@ -0,0 +1,16 @@
|
||||
class AdvancedUserRecipe1347706704(BasicNewsRecipe):
|
||||
title = u'Stamgasten'
|
||||
__author__ = u'DrMerry'
|
||||
description = u'Stamgasten de populaire strip van Toon van Driel (http://www.toonvandriel.nl)'
|
||||
language = u'nl'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = False
|
||||
cover_url = 'http://shop.toonvandriel.nl/productimg.php?type=canvas&id=15&size=large'
|
||||
no_stylesheets = True
|
||||
remove_javascript = True
|
||||
remove_empty_feeds = True
|
||||
remove_tags_before = dict(id='title')
|
||||
remove_tags_after = dict(attrs={'class':'entry-content rich-content'})
|
||||
|
||||
feeds = [(u'Stamgasten', u'http://toonvandriel.nl/feed/')]
|
Loading…
x
Reference in New Issue
Block a user