mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
9 lines
457 B
Plaintext
9 lines
457 B
Plaintext
title: //div[@class="articleHeader"]/h1
|
|
author: //p[@class="byline"]
|
|
date: //p[contains(@class,"publishedDate")]/span
|
|
# remove the right menu
|
|
strip: //div[contains(@class,"aside")]
|
|
# remove some SharePoint webpart label junk
|
|
strip: //div[@id="ctl00_PlaceHolderMain_ArticleLeadField_label"]
|
|
strip: //div[@id="ctl00_PlaceHolderMain_PublishingPageContentField_label"]
|
|
test_url: http://forsvaret.no/aktuelt/publisert/nyheter/Sider/F5-fly-til-Skedsmo.aspx |