mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 22:59:02 +00:00
10 lines
No EOL
443 B
Text
Executable file
10 lines
No EOL
443 B
Text
Executable file
title: //*[@class="article"]/h1
|
|
date: //*[@class="article"]/div[@class="date"]
|
|
|
|
# strip the title and date from the article text
|
|
strip: //*[@class="article"]/h1
|
|
strip: //*[@class="article"]/div[@class="date"]
|
|
|
|
# strip annoying <br> between metadata and article
|
|
strip: //*[@class="article"]/div[@class="date"]/following-sibling::br
|
|
test_url: http://minnesota.publicradio.org/display/web/2012/06/19/health/senators-want-health-care-ruling-on-tv/ |