blob: cbe10726d2962e61e808df538ede3c819415e9b5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
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(),
),
),
);
|