2015-04-28 18:08:42 +02:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2015-04-28 18:08:42 +02:00
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.smashingmagazine.com/2015/04/17/using-sketch-for-responsive-web-design-case-study/',
|
|
|
|
'body' => array('//article[contains(@class,"post")]/p'),
|
|
|
|
'strip' => array(),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|