home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_3843 < prev    next >
Encoding:
Text File  |  2010-09-30  |  380 b   |  13 lines

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AnDrumaMor(BasicNewsRecipe):
  4.     title          = u'An Druma M\xf3r'
  5.     __author__ = "David O'Callaghan"
  6.     oldest_article = 7
  7.     max_articles_per_feed = 100
  8.     language = 'ga'
  9.     use_embedded_content = True
  10.  
  11.     feeds          = [(u'Nuacht Laeth\xfail', u'http://feeds.feedburner.com/NuachtLneLaethilArAnDrumaMr')]
  12.  
  13.