Add FrAndroid news website recipe

This commit is contained in:
Aurélien Chabot 2011-10-16 11:25:58 +02:00
parent 086582cb2d
commit 10680496d9

7
recipes/frandroid.recipe Normal file
View File

@ -0,0 +1,7 @@
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')]