mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-16 06:05:03 -05:00
5 lines
281 B
Plaintext
Executable File
5 lines
281 B
Plaintext
Executable File
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/ |