mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-14 21:35:06 -05:00
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
|
author: substring-after(//div[@class='byline'], " by ")
|
||
|
date: substring-before(//div[@class='byline'], " by ")
|
||
|
|
||
|
# set body
|
||
|
body: //div[@class='content']
|
||
|
|
||
|
# set title
|
||
|
title: //h3
|
||
|
#strip: //div[@class='content']/h3
|
||
|
test_url: http://www.macrumors.com/2010/11/10/apple-debuts-new-apple-tv-and-itunes-movie-content-in-japan/
|