diff options
Diffstat (limited to 'anandtech.com.txt')
| -rw-r--r-- | anandtech.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
