2015-04-28 18:08:42 +02:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.lfg.co/page/871/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+LookingForGroup+%28Looking+For+Group%29&utm_content=FeedBurner',
|
|
|
|
'body' => array(
|
2015-10-20 04:49:30 +02:00
|
|
|
'//*[@id="comic"]/img | //*[@class="content"]',
|
2015-04-28 18:08:42 +02:00
|
|
|
),
|
|
|
|
'strip' => array(),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
2015-04-28 18:08:42 +02:00
|
|
|
);
|