blob: 1e2ef6e034f84e369c37fb36c79a8af26bdb313a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
author: //div[@class='authorDescription']/h2
body: //div[@id='story']
title: //h1[@class='detail']
date: translate(translate(substring-before(substring-after(//p[@class='date'],'Erstellt am:'), ' Uhr'), '. ', '.'), '-', ' ')
strip: //p[@class='date']
strip: //p[@class='credit']
tidy: no
prune: no
parser: html5lib
test_url: http://fm4.orf.at/stories/1689156/
|