summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linux.org.php
blob: c31bc8d8667dc588f5f558ed597bc33e3bfd61ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

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