diff options
Diffstat (limited to 'dobreprogramy.pl.txt')
| -rw-r--r-- | dobreprogramy.pl.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
