summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/linux.org.php
blob: 2520d0d0069e24399e458c98a76f33089ec72c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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',
            ),
        ),
    ),
);