calibre/recipes/los_danieles.recipe

17 lines
458 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/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/'),
]