mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
11 lines
No EOL
410 B
Text
Executable file
11 lines
No EOL
410 B
Text
Executable file
body: //div[@class='post uncustomized-post-template']
|
|
|
|
# remove duplicate of post title, which is a link
|
|
strip: //h3[@class='post-title']
|
|
|
|
# remove permalink and timestamp, which isn't useful as it's a time with no date
|
|
strip: //span[@class='post-timestamp']
|
|
|
|
# remove labels (tags)
|
|
strip: //span[@class='post-labels']
|
|
test_url: http://mobileopportunity.blogspot.com/2010/12/rims-q3-financials-tale-of-two.html |