mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 22:59:02 +00:00
12 lines
No EOL
406 B
Text
Executable file
12 lines
No EOL
406 B
Text
Executable file
title: //div[contains(@class, "post")]/h2
|
|
|
|
author: //div[contains(@class, "post")]/p[position()=last()]/text()[1]
|
|
|
|
date: //div[contains(@class, "post")]/p[1]
|
|
|
|
body: //div[contains(@class, "post")]
|
|
|
|
strip: //div[contains(@class, "post")]/h2[1]
|
|
strip: //div[contains(@class, "post")]/p[1]
|
|
strip: //div[contains(@class, "post")]/p[position()=last()]
|
|
test_url: http://www.symmetrymagazine.org/breaking/?p=12784 |