#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1712346017(BasicNewsRecipe):
    needs_subscription = True
    title          = "Le Courrier d'Europe centrale"
    oldest_article = 62
    max_articles_per_feed = 100
    auto_cleanup   = False

    feeds          = [
        ('Articles', 'https://courrierdeuropecentrale.fr/feed/'),
    ]    