blob: d88bcdd69a3f718b9d4983b63b09a2a433a43e17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
title: //h1[@class='print-title']
body: //div[@class='print-content']
author: //a[contains(@href, '/authors')]
author: substring-before(//div[@class='print-created'], '|')
date: //span[@class='article-date']
date: substring-after(//div[@class='print-created'], '|')
prune: no
single_page_link: //ul[contains(@class, 'article-actions-bar')]//a[contains(@href, '/print/article/')]
test_url: http://www.thenation.com/article/162331/hard-against-time-roy-fisher
|