blob: a40ce694f29cab53269d15a0b0a48238d6bcd4cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://indiehaven.com/no-mans-sky-is-a-solo-space-adventure-and-im-ok-with-that/',
'body' => array(
'//section[contains(@class, "entry-content")]',
)
),
),
);
|