mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 04:15:03 -05:00
8 lines
509 B
Plaintext
8 lines
509 B
Plaintext
body: //div[@id="center"]//div[@class="node"]
|
|
title: //div[@id="center"]//h2
|
|
author: substring-after(//div[@id="center"]//div[@class="node"]//span[@class="submitted"], "—")
|
|
date: substring-before(//div[@id="center"]//div[@class="node"]//span[@class="submitted"], "—")
|
|
strip: //div[@id="center"]//h2[1]
|
|
strip: //span[@class="submitted"][1]
|
|
move_into(//div[@class="node"])://div[@class="breadcrumb"]
|
|
test_url: http://community.service-now.com/blog/lawrenceeng/seasons-greetings-servicenow-team |