From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- anandtech.com.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 anandtech.com.txt (limited to 'anandtech.com.txt') diff --git a/anandtech.com.txt b/anandtech.com.txt new file mode 100644 index 0000000..7d80491 --- /dev/null +++ b/anandtech.com.txt @@ -0,0 +1,11 @@ +author: //a[@class='b'][1] +date: substring-after(substring-before(//div, 'Posted in'), ' on ') +strip_image_src: /content/images/globals/ +strip: //h2[. = 'Page 1']/preceding::p +strip: //h2 + +prune: no + +single_page_link: concat('http://www.anandtech.com/print/', substring-after(//meta[@property='og:url']/@content, '/show/')) + +test_url: http://www.anandtech.com/show/5812/eurocom-monster-10-clevos-little-monster/ \ No newline at end of file -- cgit v1.3.1