summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarkus Birth <markus@birth-online.de>2013-04-11 15:56:46 +0200
committerMarkus Birth <markus@birth-online.de>2013-04-11 15:56:46 +0200
commit5a5728ef4d0b0291b039cf1942e87cc8d621d00b (patch)
tree43ec9d33bd29d950effbbfe164d08d41ed95abf1 /tests
parent58fc79ea37435fe7adbbad4314e1b3f442aad714 (diff)
downloadyafpp-5a5728ef4d0b0291b039cf1942e87cc8d621d00b.tar.gz
yafpp-5a5728ef4d0b0291b039cf1942e87cc8d621d00b.zip
XPath explanation in README, some new mods
Diffstat (limited to 'tests')
-rw-r--r--tests/xpath.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xpath.php b/tests/xpath.php
index 1269ae5..4e422ad 100644
--- a/tests/xpath.php
+++ b/tests/xpath.php
@@ -2,11 +2,11 @@
$config = array(
'type' => 'xpath',
- 'xpath' => 'div[@class="bacontent"]',
+ 'xpath' => 'div[@itemprop="articleBody"]',
);
$article = array(
- 'link' => 'http://www.berlin.de/polizei/presse-fahndung/archiv/383117/index.html',
+ 'link' => 'http://www.der-postillon.com/2013/04/nordkoreas-armee-nach-wochenlangem.html',
'content' => 'This is the feed content',
'plugin_data' => '',
);