<?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")]',
            )
        ),
    ),
);