Add Google Mobile blog website recipe

This commit is contained in:
Aurélien Chabot 2011-10-16 11:29:20 +02:00
parent 15c5ad672c
commit dce91f13a2

View File

@ -0,0 +1,7 @@
class BasicUserRecipe1318572445(AutomaticNewsRecipe):
title = u'Google Mobile Blog'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [(u'Google Mobile Blog', u'http://googlemobile.blogspot.com/atom.xml')]