mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merco Press and Penguin news by Russell Phillips
This commit is contained in:
parent
c579764ce7
commit
983a3a76c5
27
recipes/merco_press.recipe
Normal file
27
recipes/merco_press.recipe
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class MercoPress(BasicNewsRecipe):
|
||||||
|
title = u'Merco Press'
|
||||||
|
description = u"Read News, Stories and Insight Analysis from Latin America and Mercosur. Politics, Economy, Business and Investments in South America."
|
||||||
|
cover_url = 'http://en.mercopress.com/web/img/en/mercopress-logo.gif'
|
||||||
|
|
||||||
|
__author__ = 'Russell Phillips'
|
||||||
|
language = 'en'
|
||||||
|
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
extra_css = 'img{padding-bottom:1ex; display:block; text-align: center;}'
|
||||||
|
remove_tags = [dict(name='a')]
|
||||||
|
|
||||||
|
feeds = [('Antarctica', 'http://en.mercopress.com/rss/antarctica'),
|
||||||
|
('Argentina', 'http://en.mercopress.com/rss/argentina'),
|
||||||
|
('Brazil', 'http://en.mercopress.com/rss/brazil'),
|
||||||
|
('Falkland Islands', 'http://en.mercopress.com/rss/falkland-islands'),
|
||||||
|
('International News', 'http://en.mercopress.com/rss/international'),
|
||||||
|
('Latin America', 'http://en.mercopress.com/rss/latin-america'),
|
||||||
|
('Mercosur', 'http://en.mercopress.com/rss/mercosur'),
|
||||||
|
('Paraguay', 'http://en.mercopress.com/rss/paraguay'),
|
||||||
|
('United States', 'http://en.mercopress.com/rss/united-states'),
|
||||||
|
('Uruguay://en.mercopress.com/rss/uruguay')]
|
17
recipes/penguin_news.recipe
Normal file
17
recipes/penguin_news.recipe
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class MercoPress(BasicNewsRecipe):
|
||||||
|
title = u'Penguin News'
|
||||||
|
description = u"Penguin News: the Falkland Islands' only newspaper."
|
||||||
|
cover_url = 'http://www.penguin-news.com/templates/rt_syndicate_j15/images/logo/light/logo1.png'
|
||||||
|
language = 'en'
|
||||||
|
|
||||||
|
__author__ = 'Russell Phillips'
|
||||||
|
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
extra_css = 'img{padding-bottom:1ex; display:block; text-align: center;}'
|
||||||
|
|
||||||
|
feeds = [(u'Penguin News - Falkland Islands', u'http://www.penguin-news.com/index.php?format=feed&type=rss')]
|
Loading…
x
Reference in New Issue
Block a user