mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-24 01:52:15 -05:00
12 lines
354 B
Plaintext
Executable File
12 lines
354 B
Plaintext
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/ |