mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
...
This commit is contained in:
parent
a7c509d9e7
commit
3212986d45
@ -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'
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
import re
|
||||
class Polska_times(BasicNewsRecipe):
|
||||
title = u'Polska Times'
|
||||
__author__ = 'fenuks'
|
||||
|
Loading…
x
Reference in New Issue
Block a user