mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
9 lines
No EOL
488 B
Text
Executable file
9 lines
No EOL
488 B
Text
Executable file
# 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 |