14 lines
344 B
PHP
Raw Normal View History

2015-12-15 19:26:15 -05:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.geekculture.com/joyoftech/joyarchives/2180.html',
'body' => array(
2016-08-29 21:39:25 -04:00
'//p[contains(@class,"Maintext")][2]/a/img[contains(@src,"joyimages")]',
2015-12-15 19:26:15 -05:00
),
'strip' => array(),
),
),
);