From 88e2adb5412b6a7712611114c42e9f71a86e283a Mon Sep 17 00:00:00 2001 From: Diego de las Heras Date: Thu, 9 Feb 2017 20:49:44 +0100 Subject: Add elconfidencial.com (#255) --- elconfidencial.com.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 elconfidencial.com.txt diff --git a/elconfidencial.com.txt b/elconfidencial.com.txt new file mode 100644 index 0000000..7d95d9d --- /dev/null +++ b/elconfidencial.com.txt @@ -0,0 +1,9 @@ +title: //div[@class='news-header-tit-box']//h1 +body: //div[@id='news-body-center'] +author: //a[@class='news-def-author'] +date: //time + +# first image inside the article +strip: //div[@id='news-body-center']//article + +test_url: http://www.elconfidencial.com/tecnologia/2017-02-06/microsoft-windows-google-chrome_1327589/ -- cgit v1.3.1