2014-02-25 21:05:20 +01:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2014-02-25 21:05:20 +01:00
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.treehugger.com/uncategorized/top-ten-posts-week-bunnies-2.html',
|
|
|
|
'body' => array(
|
|
|
|
'//div[contains(@class, "promo-image")]',
|
|
|
|
'//div[contains(@id, "entry-body")]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
2014-02-25 21:05:20 +01:00
|
|
|
);
|