diff options
| -rw-r--r-- | elconfidencial.com.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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/ |
