From 093a71089b10e9227bbc9730d21eeeca4835d1d9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 12 Apr 2021 08:58:33 +0530 Subject: [PATCH] =?UTF-8?q?Los=20Danieles=20=E2=80=93=20Columnas=20sin=20t?= =?UTF-8?q?echo=20by=20CAVALENCIA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/los_danieles.recipe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/los_danieles.recipe diff --git a/recipes/los_danieles.recipe b/recipes/los_danieles.recipe new file mode 100644 index 0000000000..095d9308ac --- /dev/null +++ b/recipes/los_danieles.recipe @@ -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/'), + ]