mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-28 03:51:02 +00:00
7 lines
No EOL
331 B
Text
7 lines
No EOL
331 B
Text
title: substring-after(//title, 'Right:')
|
|
body: //div[@class = 'post-body']
|
|
author: substring-after(//*[@class='post-author'], 'by')
|
|
date: concat(//*[@class='date-header'], ' ', //*[@class='post-timestamp']/a)
|
|
convert_double_br_tags: yes
|
|
|
|
test_url: http://www.fivethirtyeight.com/2010/07/does-rnc-have-structural-problems.html |