mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
El Diario by Dirk Gómez
Fixes #1909331 [Add recipe for eldiario.es](https://bugs.launchpad.net/calibre/+bug/1909331)
This commit is contained in:
parent
1e7fe201d1
commit
3d117adaee
21
recipes/el_diario.recipe
Normal file
21
recipes/el_diario.recipe
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class ElDiario(BasicNewsRecipe):
|
||||||
|
title = u'elDiario.es'
|
||||||
|
oldest_article = 7.0
|
||||||
|
__author__ = 'Dirk Gómez'
|
||||||
|
description = 'elDiario.es - Noticias a pesar de todo'
|
||||||
|
timefmt = ' [%d %b, %Y]'
|
||||||
|
publication_type = 'newspaper'
|
||||||
|
language = 'es'
|
||||||
|
encoding = 'utf-8'
|
||||||
|
no_stylesheets = True
|
||||||
|
remove_javascript = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
(u'Últimas Noticias de eldiario.es', u'https://www.eldiario.es/rss/'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user