blob: 5bcfb9efa8f718fc44bb229a866d9ed989b1e862 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
title: //div[contains(@class, "post")]/h2
author: //div[contains(@class, "post")]/p[position()=last()]/text()[1]
date: //div[contains(@class, "post")]/p[1]
body: //div[contains(@class, "post")]
strip: //div[contains(@class, "post")]/h2[1]
strip: //div[contains(@class, "post")]/p[1]
strip: //div[contains(@class, "post")]/p[position()=last()]
test_url: http://www.symmetrymagazine.org/breaking/?p=12784
|