mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
New recipe for An Druma Mor by David O'Calaghan
This commit is contained in:
parent
569dbeb2b9
commit
b1f3bf61c7
12
resources/recipes/an_druma_mor.recipe
Normal file
12
resources/recipes/an_druma_mor.recipe
Normal 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')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user