mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-14 13:25:13 -05:00
13 lines
336 B
Plaintext
Executable File
13 lines
336 B
Plaintext
Executable File
title: //h1[@class='title']
|
|
author: //p[@class="author"]/a[1]
|
|
body: //div[@class="article"]
|
|
date: //p[@class="date"]
|
|
|
|
# remove user tools
|
|
strip: //div[@class='tools']
|
|
strip: //h1
|
|
strip: //h2[@class='subtitle']
|
|
strip: //p[@class='author']
|
|
strip: //p[@class='date']
|
|
|
|
test_url: http://www.baseballprospectus.com/article.php?articleid=18463 |