mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
15 lines
496 B
Text
Executable file
15 lines
496 B
Text
Executable file
date: //meta[@name="published"]/@content
|
|
date: //div[@class="timeLine"]
|
|
title: //div[@id='contentBody']//h1
|
|
author: //dl[@class="storyBlogByline"]/dd/a
|
|
body: //div[@id='storyMediaBox'] | //div[contains(@class, 'storyText')]
|
|
|
|
# Content Pruning
|
|
strip: //div[@class="scrollingArrows"]
|
|
strip: //div[@class="timeLine"]
|
|
strip: //dl[@class="storyBlogByline"]
|
|
strip: //span[@class='image-credit']
|
|
|
|
prune: no
|
|
|
|
test_url: http://www.cbsnews.com/8301-201_162-57366361/rescued-americans-dad-proud-of-the-u.s/
|