diff options
Diffstat (limited to 'dpreview.com.txt')
| -rw-r--r-- | dpreview.com.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dpreview.com.txt b/dpreview.com.txt new file mode 100644 index 0000000..001c810 --- /dev/null +++ b/dpreview.com.txt @@ -0,0 +1,9 @@ +# next_page_link for product review +# example: http://www.dpreview.com/reviews/lytro/ +next_page_link: //img[@alt = 'Next page']/../@href + +# next_page_link for other articles +# example: http://www.dpreview.com/articles/6126592906/first-impressions-using-the-fujifilm-x-pro1 +next_page_link: //*[@class = 'pages']/*/td[@class = 'next enabled']/a +single_page_link: //a[contains(.,'Print view')] +test_url: http://www.dpreview.com/articles/6126592906/first-impressions-using-the-fujifilm-x-pro1
\ No newline at end of file |
