diff options
| author | Markus Birth <markus@birth-online.de> | 2013-04-11 15:56:46 +0200 |
|---|---|---|
| committer | Markus Birth <markus@birth-online.de> | 2013-04-11 15:56:46 +0200 |
| commit | 5a5728ef4d0b0291b039cf1942e87cc8d621d00b (patch) | |
| tree | 43ec9d33bd29d950effbbfe164d08d41ed95abf1 /tests/xpath.php | |
| parent | 58fc79ea37435fe7adbbad4314e1b3f442aad714 (diff) | |
| download | yafpp-5a5728ef4d0b0291b039cf1942e87cc8d621d00b.tar.gz yafpp-5a5728ef4d0b0291b039cf1942e87cc8d621d00b.zip | |
XPath explanation in README, some new mods
Diffstat (limited to 'tests/xpath.php')
| -rw-r--r-- | tests/xpath.php | 4 |
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' => '', ); |
