mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
|
author: //div[@class='authorDescription']/h2
|
||
|
body: //div[@id='story']
|
||
|
date: substring-before(substring-after(//p[@class='date'],'Erstellt am:'), '-')
|
||
|
title: //h1[@class='detail']
|
||
|
strip: //div[@class='fact']
|
||
|
|
||
|
test_url: http://fm4.orf.at/stories/1689156/
|