mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-14 21:35:06 -05:00
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
|
title: //h1[@class="entry-title"][2]
|
||
|
author: string("Paul Boag")
|
||
|
date: substring(//span[@class="meta"], 11)
|
||
|
body: //article
|
||
|
strip: //h2
|
||
|
strip: //h1
|
||
|
strip: //div[@id="callsToAction"]
|
||
|
test_url: http://boagworld.com/working-in-web-design/dealing-with-the-dickheads/
|