From b95f24aaad51f397f481b732085f6d4032c48c27 Mon Sep 17 00:00:00 2001 From: Olivier Cortès Date: Sun, 5 Apr 2015 22:14:52 +0200 Subject: rename .usinenouvelle.com to .txt --- .usinenouvelle.com | 7 ------- .usinenouvelle.com.txt | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .usinenouvelle.com create mode 100644 .usinenouvelle.com.txt diff --git a/.usinenouvelle.com b/.usinenouvelle.com deleted file mode 100644 index 380f272..0000000 --- a/.usinenouvelle.com +++ /dev/null @@ -1,7 +0,0 @@ -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 diff --git a/.usinenouvelle.com.txt b/.usinenouvelle.com.txt new file mode 100644 index 0000000..380f272 --- /dev/null +++ b/.usinenouvelle.com.txt @@ -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 -- cgit v1.3.1