14 lines
314 B
PHP
14 lines
314 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'grabber' => array(
|
||
|
'%.*%' => array(
|
||
|
'test_url' => 'http://www.geekculture.com/joyoftech/joyarchives/2180.html',
|
||
|
'body' => array(
|
||
|
'//p[contains(@class,"Maintext")][2]/img',
|
||
|
),
|
||
|
'strip' => array(),
|
||
|
),
|
||
|
),
|
||
|
);
|
||
|
|