mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-12 12:01:15 +00:00
9 lines
No EOL
412 B
Text
Executable file
9 lines
No EOL
412 B
Text
Executable file
# get author from string like "Posted by <author> on <date>"
|
|
author: substring-before(substring-after(//div[@class='post']/p[@class='post-meta'], 'by'), 'on')
|
|
|
|
# get date from string like "Posted by <author> on <date>"
|
|
date: substring-after(//div[@class='post']/p[@class='post-meta'], 'on')
|
|
|
|
# this keeps thumbnail images
|
|
prune: no
|
|
test_url: http://www.contemporist.com/2011/11/02/landing-200-lamp-by-kim-hyunjoo |