forked from wallabag/wallabag
update config from @fivefilters
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
#title: substring(substring-after(//title, ':'), 1, string-length(substring-after(//title, ':')) - 10)
|
||||
title: //div[contains(@class, 'SB_Title')]//a
|
||||
body: //div[contains(@class, 'STR_Image')]
|
||||
body: //*[contains(@class, 'SB_Content')]
|
||||
title: //a[@class="post-title"]/text()
|
||||
title: //meta[@name="twitter:title"]/@content
|
||||
body: //img[@class="img-responsive img-comic"]
|
||||
author: string('Scott Adams')
|
||||
date: //*[contains(@class, 'SB_Detail')]/text()[1]
|
||||
|
||||
date: //meta[@property="article:publish_date"]/@content
|
||||
|
||||
test_url: http://dilbert.com/blog/entry/death_by_hypnosis_or_not/
|
||||
test_url: http://dilbert.com/strips/comic/2013-10-22
|
||||
test_url: http://feed.dilbert.com/dilbert/daily_strip
|
||||
test_url: http://feed.dilbert.com/dilbert/daily_strip
|
||||
|
||||
Reference in New Issue
Block a user