mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-04 23:06:27 +00:00
11 lines
No EOL
390 B
Text
11 lines
No EOL
390 B
Text
title: //h2/a
|
|
author: substring-before(substring-after(//span[@class='byline'], 'by'), ',')
|
|
date: substring-before(substring-after(//span[@class='byline'], ','), '|')
|
|
body: //div[@class='entry']
|
|
|
|
|
|
# strip out auction stuff at the end of posts
|
|
# tidy kills the center tag, so disable it
|
|
tidy: no
|
|
strip: //center//table
|
|
test_url: http://www.dukebasketballreport.com/articles/?p=42660 |