1
0

XPath explanation in README, some new mods

This commit is contained in:
2013-04-11 15:56:46 +02:00
parent 58fc79ea37
commit 5a5728ef4d
6 changed files with 81 additions and 3 deletions

View File

@ -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' => '',
);