mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-23 00:59:33 -04:00
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
class BasicUserRecipe1318572550(AutomaticNewsRecipe):
|
|
title = u'FrAndroid'
|
|
oldest_article = 2
|
|
max_articles_per_feed = 100
|
|
auto_cleanup = True
|
|
|
|
feeds = [(u'FrAndroid', u'http://feeds.feedburner.com/Frandroid')]
|