This commit is contained in:
Kovid Goyal 2012-06-07 12:21:38 +05:30
parent a7c509d9e7
commit 3212986d45
3 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,6 @@ www.csmonitor.com
'''
from calibre.web.feeds.news import BasicNewsRecipe
from calibre.ebooks.BeautifulSoup import BeautifulSoup
class CSMonitor(BasicNewsRecipe):
title = 'The Christian Science Monitor - daily'

View File

@ -8,6 +8,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1324038402(BasicNewsRecipe):
title = u'La Gazzetta del Mezzogiorno'
language = 'it'
__author__ = 'faber1971'
description = 'Italian regional magazine - Apulia'
oldest_article = 1

View File

@ -1,5 +1,4 @@
from calibre.web.feeds.news import BasicNewsRecipe
import re
class Polska_times(BasicNewsRecipe):
title = u'Polska Times'
__author__ = 'fenuks'