mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Glenn Brenwald and Ludwig von Mises Institute by anywho
This commit is contained in:
parent
e836bbd203
commit
75cf58d0f1
10
recipes/glenn_greenwald.recipe
Normal file
10
recipes/glenn_greenwald.recipe
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
from calibre.web.feeds.news import AutomaticNewsRecipe
|
||||||
|
class BasicUserRecipe1373130920(AutomaticNewsRecipe):
|
||||||
|
title = u'Glenn Greenwald | guardian.co.uk'
|
||||||
|
language = 'en_GB'
|
||||||
|
__author__ = 'anywho'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [(u'Latest', u'http://www.guardian.co.uk/profile/glenn-greenwald/rss')]
|
14
recipes/ludwig_mises.recipe
Normal file
14
recipes/ludwig_mises.recipe
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
from calibre.web.feeds.news import AutomaticNewsRecipe
|
||||||
|
|
||||||
|
class BasicUserRecipe1373130372(AutomaticNewsRecipe):
|
||||||
|
title = u'Ludwig von Mises Institute'
|
||||||
|
__author__ = 'anywho'
|
||||||
|
language = 'en'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [(u'Daily Articles (Full text version)',
|
||||||
|
u'http://feed.mises.org/MisesFullTextArticles'),
|
||||||
|
(u'Mises Blog Posts',
|
||||||
|
u'http://mises.org/blog/index.rdf')]
|
Loading…
x
Reference in New Issue
Block a user