diff options
| author | Olivier Cortès <oc@1flow.io> | 2015-04-05 18:02:16 +0200 |
|---|---|---|
| committer | Olivier Cortès <oc@1flow.io> | 2015-04-05 18:02:16 +0200 |
| commit | fb21648f6fadb5559e2f7ddaca0b686c205ff86d (patch) | |
| tree | b731ae3f3f37a8275da52c4753e2c10721bf8783 | |
| parent | 05422deb124872b57c095160c2b5a819739b89db (diff) | |
| download | ftr-site-config-fb21648f6fadb5559e2f7ddaca0b686c205ff86d.tar.gz ftr-site-config-fb21648f6fadb5559e2f7ddaca0b686c205ff86d.zip | |
Add .usinenouvelle.com siteconfig.
| -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 |
