mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
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')]
|