mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
|
title: //meta[@property='og:title']/@content
|
||
|
author: //div[@class='articleFunctions']//a
|
||
|
date: //meta[@name='pubdate']/@content
|
||
|
|
||
|
# Can you strip elements from the body only? It is required here (`//div[@class='articleContent']/p` breaks for some reason)
|
||
|
body: //div[@class='articleContent']
|
||
|
|
||
|
tidy: no
|
||
|
test_url: http://www.dr.dk/Nyheder/Udland/2011/10/24/150115.htm
|