mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Delete histories_del_mon_ca.recipe
This commit is contained in:
parent
7d16059393
commit
8ff4074cae
@ -1,31 +0,0 @@
|
||||
# vim:fileencoding=utf-8
|
||||
from __future__ import unicode_literals
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class HistoriesDelMon (BasicNewsRecipe):
|
||||
__author__ = 'Marc Busqué <marc@lamarciana.com>'
|
||||
__url__ = 'http://www.lamarciana.com'
|
||||
__version__ = '1.0.1'
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2012, Marc Busqué <marc@lamarciana.com>'
|
||||
title = u'Històries del Món'
|
||||
description = u'Històries del Món explicades pel Marc Busqué'
|
||||
url = 'http://www.marcbusque.org'
|
||||
language = 'ca'
|
||||
tags = 'viatges, social'
|
||||
oldest_article = 120
|
||||
remove_empty_feeds = True
|
||||
no_stylesheets = True
|
||||
cover_url = u'http://www.marcbusque.org/wp-content/uploads/2011/12/cuchitril.png'
|
||||
|
||||
def get_extra_css(self):
|
||||
if not self.extra_css:
|
||||
br = self.get_browser()
|
||||
self.extra_css = br.open_novisit(
|
||||
'https://raw.githubusercontent.com/laMarciana/gutenweb/master/dist/gutenweb.css').read().replace('@charset "UTF-8";', '')
|
||||
return self.extra_css
|
||||
|
||||
feeds = [
|
||||
(u'Històries del Món', u'http://www.marcbusque.org/ca/feed/'),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user