blob: 972293bcfd5b55e8c8b7a242a73f75f3439e1c96 (
plain) (
blame)
1
2
3
4
5
6
|
title: //*[@class="news"]//h1[@class="title"]
author: //*[@class="news"]//*[@class="newsInfo"]/a
date: substring-before(//*[@class="news"]//*[@class="newsInfo"]/text(), ',')
body: //*[@class="news"]//*[@class="newsContent"]
footnotes: no
test_url: http://www.dobreprogramy.pl/Sony-konczy-z-Foldinghome-na-PS3,Aktualnosc,36899.html
|