mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-02 10:10:19 -05: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.web.feeds.news import BasicNewsRecipe
|
||||||
from calibre.ebooks.BeautifulSoup import BeautifulSoup
|
|
||||||
|
|
||||||
class CSMonitor(BasicNewsRecipe):
|
class CSMonitor(BasicNewsRecipe):
|
||||||
title = 'The Christian Science Monitor - daily'
|
title = 'The Christian Science Monitor - daily'
|
||||||
|
|||||||
@ -8,6 +8,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
|
|
||||||
class AdvancedUserRecipe1324038402(BasicNewsRecipe):
|
class AdvancedUserRecipe1324038402(BasicNewsRecipe):
|
||||||
title = u'La Gazzetta del Mezzogiorno'
|
title = u'La Gazzetta del Mezzogiorno'
|
||||||
|
language = 'it'
|
||||||
__author__ = 'faber1971'
|
__author__ = 'faber1971'
|
||||||
description = 'Italian regional magazine - Apulia'
|
description = 'Italian regional magazine - Apulia'
|
||||||
oldest_article = 1
|
oldest_article = 1
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
class Polska_times(BasicNewsRecipe):
|
class Polska_times(BasicNewsRecipe):
|
||||||
title = u'Polska Times'
|
title = u'Polska Times'
|
||||||
__author__ = 'fenuks'
|
__author__ = 'fenuks'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user