mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Pubblico Giornale by iusvar
This commit is contained in:
parent
adcdc5be26
commit
a83f930b92
21
recipes/pubblico_giornale.recipe
Normal file
21
recipes/pubblico_giornale.recipe
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
__license__ = 'GPL v3'
|
||||||
|
__author__ = 'iusvar'
|
||||||
|
__description__ = 'Pubblico giornale'
|
||||||
|
|
||||||
|
'''
|
||||||
|
http://pubblicogiornale.it/
|
||||||
|
'''
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class Pubblicogiornale(BasicNewsRecipe):
|
||||||
|
description = 'Italian newspaper directed by Luca Telese'
|
||||||
|
cover_url = 'http://pubblicogiornale.it/wp-content/uploads/logo_n.png?84cd58'
|
||||||
|
title = u'Pubblico giornale'
|
||||||
|
publisher = 'PUBBLICO EDIZIONI Srl'
|
||||||
|
category = 'News'
|
||||||
|
language = 'it'
|
||||||
|
__author__ = 'iusvar'
|
||||||
|
|
||||||
|
feeds = [(u'Pubblico giornale', u'http://pubblicogiornale.it/feed/')]
|
Loading…
x
Reference in New Issue
Block a user