calibre/recipes/canardpc.recipe
2025-01-24 11:14:22 +01:00

16 lines
381 B
Python

from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1271446252(BasicNewsRecipe):
title = u'CanardPC'
oldest_article = 7
language = 'fr'
__author__ = 'zorgluf'
max_articles_per_feed = 25
use_embedded_content = False
no_stylesheets = True
auto_cleanup = True
feeds = [(u'CanardPC', u'http://www.canardpc.com/feed.php')]