mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Los Danieles – Columnas sin techo by CAVALENCIA
This commit is contained in:
parent
1d0e4d07c5
commit
093a71089b
16
recipes/los_danieles.recipe
Normal file
16
recipes/los_danieles.recipe
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1618167843(BasicNewsRecipe):
|
||||||
|
title = 'Los Danieles – Columnas sin techo'
|
||||||
|
__author__ = 'CAVALENCIA'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
language = 'es_CO'
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('Los Danieles – Columnas sin techo', 'https://losdanieles.com/feed/'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user