mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Delete blog_da_cidadania.recipe
This commit is contained in:
parent
7ed9d11811
commit
a2b03714e8
@ -1,20 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
|
||||||
|
|
||||||
|
|
||||||
class BlogdaCidadania(BasicNewsRecipe):
|
|
||||||
title = 'Blog da Cidadania'
|
|
||||||
__author__ = 'Diniz Bortolotto'
|
|
||||||
description = 'Posts do Blog da Cidadania'
|
|
||||||
oldest_article = 7
|
|
||||||
max_articles_per_feed = 50
|
|
||||||
encoding = 'utf8'
|
|
||||||
publisher = 'Eduardo Guimaraes'
|
|
||||||
category = 'politics, Brazil'
|
|
||||||
language = 'pt_BR'
|
|
||||||
publication_type = 'politics portal'
|
|
||||||
|
|
||||||
feeds = [(u'Blog da Cidadania', u'http://www.blogcidadania.com.br/feed/')]
|
|
||||||
|
|
||||||
reverse_article_order = True
|
|
Loading…
x
Reference in New Issue
Block a user