mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/roolo/calibre
This commit is contained in:
commit
340b91cc9c
BIN
recipes/icons/reflex_cz.png
Normal file
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
19
recipes/reflex_cz.recipe
Normal 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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user