mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 22:59:02 +00:00
20 lines
No EOL
528 B
Text
Executable file
20 lines
No EOL
528 B
Text
Executable file
# default view title
|
|
title: //span[@class='newsTitle']
|
|
# print view title
|
|
title: //h3[@class='title']
|
|
|
|
# default view author
|
|
author: //span[@class='newsAuth']/a
|
|
author: substring-after(//span[@class='newsAuth'], 'by ')
|
|
|
|
# default view date
|
|
date: //td[@class='newsDate']
|
|
|
|
# default view body
|
|
body: //td[@class='featureText']
|
|
body: //td[@class='newsText']
|
|
|
|
strip: //h3[@class='title']
|
|
|
|
single_page_link: //a[contains(@href, '?print=1')]
|
|
test_url: http://www.gamasutra.com/view/feature/132559/staying_power_rethinking_feedback_.php |