summaryrefslogtreecommitdiff
path: root/tests/xpath.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xpath.php')
-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' => '',
);