12 lines
317 B
PHP
12 lines
317 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://www.openculture.com/2017/03/are-we-living-inside-a-computer-simulation-watch-the-simulation-argument.html',
|
|
'body' => array(
|
|
'//div[@class="entry"]',
|
|
),
|
|
),
|
|
),
|
|
);
|