mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 20:41:04 +00:00
6 lines
260 B
Text
6 lines
260 B
Text
|
title: //header/h1/b[contains(@class, 'title')]
|
||
|
author: substring-after(//article/header/div, 'By ')
|
||
|
date: //header/h1/span[contains(@class, 'date')]
|
||
|
body: //div[@id='main]/article
|
||
|
strip: //header
|
||
|
test_url: http://chrisltd.com/blog/2012/03/fix-widows-indesign/
|