mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
18 lines
487 B
Text
Executable file
18 lines
487 B
Text
Executable file
title: //h1
|
|
|
|
# We can have multiple authors
|
|
author: //a[@class='auteur']
|
|
|
|
# Last edition date (if any)
|
|
date: //time[@itemprop='dateModified']/@datetime
|
|
# Publication date
|
|
date: //time[@itemprop='datePublished']/@datetime
|
|
|
|
|
|
body: //div[@id='articleBody']
|
|
#Shoot the insane "conjugaison.lemonde.fr" links :
|
|
#strip: //a[contains(@class, 'conjug')]
|
|
|
|
prune: no
|
|
|
|
test_url: http://www.lemonde.fr/economie/article/2011/07/05/moody-s-abaisse-la-note-du-portugal-de-quatre-crans_1545237_3234.html
|