12 lines
257 B
PHP
Raw Normal View History

2015-10-18 17:31:23 -04:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.koreaherald.com/view.php?ud=20150926000018',
'body' => array(
2017-04-05 16:05:48 -04:00
'//div[@id="articleText"]',
2015-10-18 17:31:23 -04:00
),
),
),
2015-10-18 17:31:23 -04:00
);