mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
21 lines
579 B
Plaintext
21 lines
579 B
Plaintext
|
# set body
|
||
|
body: //div[@id='ovArtikel']
|
||
|
|
||
|
# set title
|
||
|
title: //div[@id='ovArtikel']/h1
|
||
|
# strip main title and leave sub title
|
||
|
strip: //div[@id='ovArtikel']/h1
|
||
|
|
||
|
date: //div[@class='publicdate']
|
||
|
|
||
|
#remove captions
|
||
|
strip: //*/div[@class='bu']
|
||
|
strip: //*/div[@class='credit']
|
||
|
|
||
|
#remove adds
|
||
|
strip: //*/div[@class='ad-head']
|
||
|
strip: //*/div[@class='linksebay']
|
||
|
|
||
|
# remove video content
|
||
|
strip: //*/div[@class='ovVideo']
|
||
|
test_url: http://www.kicker.de/news/fussball/frauen/wmfr/frauen-weltmeisterschaft/2011/3/1123662/spielbericht_frankreich-frauen_deutschland-frauen.html
|