This commit is contained in:
Kovid Goyal 2024-10-05 07:47:41 +05:30
commit 340b91cc9c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 19 additions and 0 deletions

BIN
recipes/icons/reflex_cz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

19
recipes/reflex_cz.recipe Normal file
View File

@ -0,0 +1,19 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import AutomaticNewsRecipe
class ReflexCzRecipe(AutomaticNewsRecipe):
__author__ = 'Mailo'
title = 'Reflex'
description = 'Reflex.cz je každodenní kritický průvodce aktuálním domácím i světovým děním. Názorový a autorský online magazín kultovního společenského týdeníku Reflex inteligentnímu čtenáři nabízí komentáře, glosy a originální články od vyhlášených autorů J.X. Doležala, Milana Tesaře, Bohumila Pečinky nebo Marka Stoniše. Za poplatek je na stránkách dostupný také unikátní archiv tištěného Reflexu, včetně aktuálního čísla.'
oldest_article = 10
max_articles_per_feed = 100
auto_cleanup = True
feeds = [
('Reflex', 'https://www.reflex.cz/rss'),
]
language = 'cs'
cover_url = 'https://1958898586.rsc.cdn77.org/dist/assets/reflex/logo-reflex.svg'