From 578c05905d0bb5716111965cf72997ba63088d75 Mon Sep 17 00:00:00 2001 From: Jony <23194385+jony0008@users.noreply.github.com> Date: Sun, 29 Mar 2020 19:31:35 +0200 Subject: [PATCH] Delete noticias_unb.recipe --- recipes/noticias_unb.recipe | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 recipes/noticias_unb.recipe diff --git a/recipes/noticias_unb.recipe b/recipes/noticias_unb.recipe deleted file mode 100644 index a38e8648d8..0000000000 --- a/recipes/noticias_unb.recipe +++ /dev/null @@ -1,24 +0,0 @@ -# -*- coding: utf-8 -*- - -from calibre.web.feeds.news import BasicNewsRecipe - - -class NoticiasUnB(BasicNewsRecipe): - title = 'Noticias UnB' - __author__ = 'Diniz Bortolotto' - description = 'Noticias da UnB' - oldest_article = 5 - max_articles_per_feed = 20 - category = 'news, educational, Brazil' - language = 'pt_BR' - publication_type = 'newsportal' - use_embedded_content = False - no_stylesheets = True - remove_javascript = True - - feeds = [(u'UnB AgĂȘncia', u'http://www.unb.br/noticias/rss/noticias.rss')] - - reverse_article_order = True - - def print_version(self, url): - return url.replace('http://', 'http://www.unb.br/noticias/print_email/imprimir.php?u=http://')