mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-12 12:01:15 +00:00
16 lines
654 B
Text
Executable file
16 lines
654 B
Text
Executable file
title://div[@class="sl-layout-post"]/h1
|
|
body: //div[contains(@class, 'post-content') or contains(@class, 'slide-module') or contains(@class, 'KonaBody')]
|
|
strip: //div[contains(@class, "post-sidebar")]
|
|
strip: //div[@id='related-links']
|
|
strip: //div[@class='related-links-container']
|
|
strip: //p[@class='source']
|
|
author://div[@class="byline"]/a
|
|
date://div[@class="byline"]/span[@class="date"]
|
|
prune: no
|
|
|
|
single_page_link: //a[contains(text(), 'View as one page')]
|
|
|
|
strip://*[contains(@class,'sponsored-text')]
|
|
strip: //div[@id='post_footer']
|
|
|
|
test_url: http://www.businessinsider.com/microsoft-just-put-one-of-its-hardcore-technical-geniuses-on-xbox-2012-1
|