diff options
| -rw-r--r-- | lemonde.fr.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lemonde.fr.txt b/lemonde.fr.txt index 097999b..1994524 100644 --- a/lemonde.fr.txt +++ b/lemonde.fr.txt @@ -10,8 +10,10 @@ date: //time[@itemprop='datePublished']/@datetime body: //div[@id='articleBody'] -#Shoot the insane "conjugaison.lemonde.fr" links : -#strip: //a[contains(@class, 'conjug')] + +# Remove the insane "conjugaison.lemonde.fr" links: +find_string: <a target='_blank' onclick='return false;' class='lien_interne conjug' +replace_string: <input type='hidden' style='display:none;' prune: no |
