<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.linux.org/threads/lua-the-scripting-interpreter.8352/',
            'body' => array(
                '//div[@itemprop="articleBody"]',
            ),
            'strip' => array(
            ),
        ),
    ),
);