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