mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Pubblico Giornale
This commit is contained in:
parent
4e5f5d2994
commit
79a7d12121
@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
__license__ = 'GPL v3'
|
__license__ = 'GPL v3'
|
||||||
__author__ = 'iusvar'
|
__copyright__ = 'iusvar'
|
||||||
__description__ = 'Pubblico giornale'
|
__description__ = 'Pubblico giornale'
|
||||||
|
|
||||||
'''
|
'''
|
||||||
http://pubblicogiornale.it/
|
[url]http://pubblicogiornale.it/[/url]
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
@ -18,4 +18,12 @@ class Pubblicogiornale(BasicNewsRecipe):
|
|||||||
language = 'it'
|
language = 'it'
|
||||||
__author__ = 'iusvar'
|
__author__ = 'iusvar'
|
||||||
|
|
||||||
feeds = [(u'Pubblico giornale', u'http://pubblicogiornale.it/feed/')]
|
feeds = [
|
||||||
|
(u'Politica', u'http://pubblicogiornale.it/category/politica/feed/'),
|
||||||
|
(u'Mondo', u'http://pubblicogiornale.it/category/mondo/feed/'),
|
||||||
|
(u'Economia', u'http://pubblicogiornale.it/category/economia-2/feed/'),
|
||||||
|
(u'Sport', u'http://pubblicogiornale.it/category/sport-2/feed/'),
|
||||||
|
(u'Cultura', u'http://pubblicogiornale.it/category/cultura-2/feed/'),
|
||||||
|
(u'Rete', u'http://pubblicogiornale.it/category/rete/feed/'),
|
||||||
|
(u'Illustrazioni',u'http://pubblicogiornale.it/category/illustrazioni/feed/')
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user