mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-12 12:01:15 +00:00
6 lines
330 B
Text
6 lines
330 B
Text
|
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
|