12 lines
307 B
PHP
12 lines
307 B
PHP
<?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")]',
|
|
)
|
|
),
|
|
),
|
|
);
|