mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 22:59:02 +00:00
12 lines
No EOL
354 B
Text
Executable file
12 lines
No EOL
354 B
Text
Executable file
title: //h1[contains(@class, 'article-title')]
|
|
author: //article//span[contains(@class, 'byline')]
|
|
date: //time[@pubdate]/@datetime
|
|
body: //section[contains(@class, 'article-body')]
|
|
prune: no
|
|
tidy: no
|
|
|
|
strip: //figcaption
|
|
strip: //p[contains(., 'MORE:') and ./a]
|
|
strip: //aside
|
|
|
|
test_url: http://time.com/14478/emotions-may-not-be-so-universal-after-all/ |