mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-16 06:05:03 -05:00
11 lines
381 B
Plaintext
Executable File
11 lines
381 B
Plaintext
Executable File
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 |