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

class BasicUserRecipe1618668974(AutomaticNewsRecipe):
    title          = 'The Babylon Bee'
    oldest_article = 7
    max_articles_per_feed = 25
    auto_cleanup   = True

    feeds          = [
        ('All articles', 'https://babylonbee.com/feed'),
    ]