mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-04 14:56:31 +00:00
9 lines
371 B
Text
9 lines
371 B
Text
|
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
|