2014-02-25 21:03:46 +01:00
|
|
|
<?php
|
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.fastcoexist.com/3026114/take-a-seat-on-this-gates-funded-future-toilet-that-will-change-how-we-think-about-poop',
|
|
|
|
'body' => array(
|
|
|
|
'//article[contains(@class, "body prose")]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
)
|
|
|
|
)
|
2014-02-25 21:03:46 +01:00
|
|
|
)
|
|
|
|
);
|