diff --git a/recipes/icons/stamgasten.png b/recipes/icons/stamgasten.png new file mode 100644 index 0000000000..d363506829 Binary files /dev/null and b/recipes/icons/stamgasten.png differ diff --git a/recipes/stamgasten.recipe b/recipes/stamgasten.recipe new file mode 100644 index 0000000000..9a637eb7d6 --- /dev/null +++ b/recipes/stamgasten.recipe @@ -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/')]