New recipe for An Druma Mor by David O'Calaghan

This commit is contained in:
Kovid Goyal 2009-11-09 09:11:57 -07:00
parent 569dbeb2b9
commit b1f3bf61c7

View File

@ -0,0 +1,12 @@
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1257775999(BasicNewsRecipe):
title = u'An Druma M\xf3r'
__author__ = "David O'Calaghan"
oldest_article = 7
max_articles_per_feed = 100
language = 'ga'
use_embedded_content = True
feeds = [(u'Nuacht Laeth\xfail', u'http://feeds.feedburner.com/NuachtLneLaethilArAnDrumaMr')]