This commit is contained in:
Kovid Goyal 2011-04-26 10:58:49 -06:00
parent 15bc2500d1
commit f11ab2f63d

View File

@ -48,7 +48,7 @@ class LeMonde(BasicNewsRecipe):
if alink.string is not None:
tstr = alink.string
alink.replaceWith(tstr)
return soup
return self.adeify_images(soup)
preprocess_regexps = [
(re.compile(r'([0-9])%'), lambda m: m.group(1) + ' %'),