10 lines
276 B
PHP
10 lines
276 B
PHP
|
<?php
|
||
|
return 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(
|
||
|
)
|
||
|
);
|