mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-14 05:15:14 -05:00
10 lines
443 B
Plaintext
Executable File
10 lines
443 B
Plaintext
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/ |