mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
12 lines
385 B
Text
Executable file
12 lines
385 B
Text
Executable file
author: substring-after(//div[@class='byline'], " by ")
|
|
date: substring-before(//div[@class='byline'], " by ")
|
|
|
|
# set body
|
|
body: //div[@class='content']
|
|
strip_id_or_class: commentsContainer
|
|
strip_id_or_class: linkback
|
|
|
|
# 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/
|