mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
11 lines
358 B
Text
Executable file
11 lines
358 B
Text
Executable file
title: //h1[@class='title']
|
|
author: substring-after(//span[@class='author_name'], 'By ')
|
|
date: //time
|
|
|
|
body: //article
|
|
strip: //div[@class='ytm-gallery-box']
|
|
strip: //div[contains(@class, 'adsense')]
|
|
strip: //aside[contains(@class, 'social')]
|
|
strip_id_or_class: article-topics
|
|
|
|
test_url: http://mashable.com/2013/05/24/myspace-architects-rebuilding-a-brand/
|