mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 22:59:02 +00:00
11 lines
No EOL
434 B
Text
Executable file
11 lines
No EOL
434 B
Text
Executable file
title: //h1[@class='post-title']
|
|
body: //div[@class='post']
|
|
author: //p[@class='posted-by']
|
|
date: //div[@class='sprite post-date']
|
|
|
|
# The body of the post doesn't have it's own div so we have to strip out the metadata
|
|
strip: //div[@class='author_avatar']
|
|
strip: //div[@class='sprite post-date']
|
|
strip: //h1[@class='post-title']
|
|
strip: //p[@class='posted-by']
|
|
test_url: http://thepioneerwoman.com/cooking/2011/08/pie-fats-a-comparison/ |