mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-01 21:41:05 +00:00
8 lines
No EOL
279 B
Text
Executable file
8 lines
No EOL
279 B
Text
Executable file
title: //h2[contains(@class, 'primary')]
|
|
body: //div[@id='story']
|
|
author: //*[@class='by']/a
|
|
date: substring-after(//*[@class='date'], 'Published')
|
|
|
|
next_page_link: //div[@class='page-navigation']//li[@class='next']/a
|
|
|
|
test_url: http://nymag.com/news/features/wall-street-2012-2/ |