mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 04:15:03 -05:00
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
|
convert_double_br_tags: yes
|
||
|
|
||
|
title: substring(substring-after(//title, ':'), 1, string-length(substring-after(//title, ':')) - 10)
|
||
|
body: //*[contains(@class, 'SB_Content')]
|
||
|
author: string('Scott Adams')
|
||
|
date: //*[contains(@class, 'SB_Detail')]/text()[1]
|
||
|
|
||
|
test_url: http://dilbert.com/blog/entry/death_by_hypnosis_or_not/
|