From 41e3199b3fa8e49b362de214a51fb5ec11936410 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Mon, 13 May 2013 00:52:49 +0200 Subject: Mostly Instapaper changes --- dobreprogramy.pl.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dobreprogramy.pl.txt (limited to 'dobreprogramy.pl.txt') diff --git a/dobreprogramy.pl.txt b/dobreprogramy.pl.txt new file mode 100644 index 0000000..972293b --- /dev/null +++ b/dobreprogramy.pl.txt @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.3.1