blob: 5502beaed2c5540f13e5c238391f3001444c91f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 2011-10-25 - carlo@... - Initial setup.
single_page_link: //li[@class='print']/a/@href
title: //h1
author: //meta[@name="byline"]/@content
date: //meta[@name="date"]/@content
strip: //span[@class="see"]
strip: //div[@class="byline"]
strip: //div[@id="date2"]
strip: //h1
strip: //div[@class='post-rail-ad']
strip: //div[@class='post-rail-content']
strip: //aside[@class='post-rail']
test_url: http://www.time.com/time/specials/packages/article/0,28804,2094921_2094923_2094924,00.html
|