blob: 6f7c1b9b2f3df531d7fe4c8594aedf04960666b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
title: //div[@id='content']/div/h1
author: //a[@itemprop='reviewer']
date: //time[@itemprop='dtreviewed']/@datetime
body: //div[@id='breadtext']
# fix for NOT magically removing anchors with text identical to title
dissolve: //a[text()=//div[@id='content']/div/h1/text()]
test_url: http://www.gamereactor.no/previews/177481/The+Evil+Within/?sid=38b5bd30f56f1b7214de4ff5bed4b76f
|