mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-16 06:05:03 -05:00
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
|
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
|