mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-24 01:52:15 -05:00
5 lines
281 B
Plaintext
5 lines
281 B
Plaintext
|
title: //div[@class='post']/h2
|
||
|
author: substring-before(substring-after(//div[@class='alignright']/small, 'By '),'-')
|
||
|
date: substring-after(//div[@class='alignright']/small, '-')
|
||
|
strip: //div[@class='alignleft']
|
||
|
test_url: http://www.ritholtz.com/blog/2012/09/situational-awareness/
|