blob: 0c8bf5723f6f64344caaeffa1588e0a45157f5d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
test_url: http://fm4.orf.at/stories/1689156/
|