Change cover url to new domain www.jornada.com.mx

old domain still works but it will probably stop working any day, so better to use the new one
This commit is contained in:
Rogelio Domínguez Hernández 2020-10-03 08:52:36 -05:00 committed by GitHub
parent 2e402cf0fd
commit b54734383d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ class LaJornada_mx(BasicNewsRecipe):
use_embedded_content = False use_embedded_content = False
language = 'es_MX' language = 'es_MX'
remove_empty_feeds = True remove_empty_feeds = True
cover_url = strftime("http://www.jornada.unam.mx/%Y/%m/%d/portada.pdf") cover_url = strftime("http://www.jornada.com.mx/%Y/%m/%d/portada.pdf")
masthead_url = 'http://www.jornada.com.mx/v7.0/imagenes/la-jornada-trans.png' masthead_url = 'http://www.jornada.com.mx/v7.0/imagenes/la-jornada-trans.png'
publication_type = 'newspaper' publication_type = 'newspaper'
extra_css = """ extra_css = """