blob: 7d95d9d6be9e1280aeac6dec17ebd3f08c0ced89 (
plain)
1
2
3
4
5
6
7
8
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/
|