mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 04:15:03 -05:00
11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
|
author: substring-after(//div[@class='articleauthor'],'By ')
|
||
|
|
||
|
# Blog posts
|
||
|
date: //div[@class='articledate']
|
||
|
# News
|
||
|
date: //div[@class='articledate_b']
|
||
|
|
||
|
body: //div[@class='articletext']
|
||
|
|
||
|
convert_double_br_tags: yes
|
||
|
test_url: http://www.evo.co.uk/carreviews/evolongtermtests/280072/bmw_330d_sport_touring.html
|