mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 04:15:03 -05:00
7 lines
331 B
Plaintext
7 lines
331 B
Plaintext
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 |