From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- contemporist.com.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contemporist.com.txt (limited to 'contemporist.com.txt') diff --git a/contemporist.com.txt b/contemporist.com.txt new file mode 100644 index 0000000..c3120fe --- /dev/null +++ b/contemporist.com.txt @@ -0,0 +1,9 @@ +# get author from string like "Posted by on " +author: substring-before(substring-after(//div[@class='post']/p[@class='post-meta'], 'by'), 'on') + +# get date from string like "Posted by on " +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 \ No newline at end of file -- cgit v1.3.1