From 5a5728ef4d0b0291b039cf1942e87cc8d621d00b Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 11 Apr 2013 15:56:46 +0200 Subject: XPath explanation in README, some new mods --- tests/xpath.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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' => '', ); -- cgit v1.3.1