From cbba2d911da7b4dc444be4e9a8569dcc5690ba85 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 31 Dec 2015 18:13:20 +0100 Subject: Backport site_config changes from wallabag v1 Fix https://github.com/wallabag/wallabag/issues/1414 --- weblog.bignerdranch.com.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 weblog.bignerdranch.com.txt (limited to 'weblog.bignerdranch.com.txt') diff --git a/weblog.bignerdranch.com.txt b/weblog.bignerdranch.com.txt new file mode 100755 index 0000000..578ba52 --- /dev/null +++ b/weblog.bignerdranch.com.txt @@ -0,0 +1,5 @@ +title://div[@class="post"]/h2 +author://p[@class="postinfo"]/a +date:substring-before(substring-after(//p[@class="postinfo"],' on '),' under ') +body://div[@class="contenttext"] +test_url: http://weblog.bignerdranch.com/?p=304 \ No newline at end of file -- cgit v1.3.1