diff options
| -rw-r--r-- | .usinenouvelle.com | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.usinenouvelle.com b/.usinenouvelle.com new file mode 100644 index 0000000..380f272 --- /dev/null +++ b/.usinenouvelle.com @@ -0,0 +1,7 @@ +title: //h1[contains(concat(' ',normalize-space(@class),' '),' articleTitre ')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' articleBrut ')] +date: //span[contains(concat(' ',normalize-space(@class),' '),' articleAuteurDate')]//time +author: //span[contains(concat(' ',normalize-space(@class),' '),' articleAuteurDate')]//span/a +prune: no + +test_url: http://www.usinenouvelle.com/article/froid-devant.N321392 |
