diff --git a/resources/recipes/la_jornada.recipe b/resources/recipes/la_jornada.recipe index afeae08201..eb3aa094d2 100644 --- a/resources/recipes/la_jornada.recipe +++ b/resources/recipes/la_jornada.recipe @@ -38,6 +38,7 @@ class LaJornada_mx(BasicNewsRecipe): .loc{font-weight: bold} .carton{text-align: center} .credit{font-weight: bold} + .sumario{font-weight: bold; text-align: center} .text{margin-top: 1.4em} p.inicial{display: inline; font-size: xx-large; font-weight: bold} p.s-s{display: inline; text-indent: 0} @@ -53,7 +54,10 @@ class LaJornada_mx(BasicNewsRecipe): preprocess_regexps = [ (re.compile( r'
(.*)

' ,re.DOTALL|re.IGNORECASE) - ,lambda match: '

' + match.group(1) + '

') + ,lambda match: '

' + match.group(1) + '

'), + (re.compile( r'(.*?)' + ,re.DOTALL|re.IGNORECASE) + ,lambda match: '"' + match.group(1) + '"') ] keep_only_tags = [