mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
20 lines
622 B
Plaintext
20 lines
622 B
Plaintext
|
body: //div[@class="storyBox"]
|
||
|
title: //div[@class="storyBox"]/h1
|
||
|
author: //a[@rel="author"]
|
||
|
date: substring-before(//span[@class="dateline"], 'by')
|
||
|
|
||
|
#Removes related content but cleans up article text
|
||
|
strip: //h1
|
||
|
strip: //p[@class="homeStory tdmSideInfo"]
|
||
|
strip: //div[@id="bylineShare"]
|
||
|
strip: //script
|
||
|
strip: //hr
|
||
|
|
||
|
strip_id_or_class: homeStory
|
||
|
strip_id_or_class: authorpic
|
||
|
strip_id_or_class: insideComments
|
||
|
strip_id_or_class: authorbio
|
||
|
strip_id_or_class: gpt-ad-sel-cube
|
||
|
strip_id_or_class: smxTextAd
|
||
|
|
||
|
test_url: http://searchengineland.com/googles-jaw-dropping-sponsored-post-campaign-for-chrome-106348
|