summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/openculture.com.php
blob: 84f2beede0af98eb11160ef3c542ec00f543ed31 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.openculture.com/2017/03/are-we-living-inside-a-computer-simulation-watch-the-simulation-argument.html',
            'body' => array(
                '//div[@class="entry"]',
            ),
        ),
    ),
);