summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php
blob: 94139a725d2b5b408426eed284ac2d42a234b0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'https://www.openrightsgroup.org/blog/2014/3-days-to-go-till-orgcon2014',
            'body' => array(
                '//div[contains(@class, "content")]/div',
            ),
            'strip' => array(
                '//h2[1]',
                '//div[@class="info"]',
                '//div[@class="tags"]',
                '//div[@class="comments"]',
                '//div[@class="breadcrumbs"]',
                '//h1[@class="pageTitle"]',
                '//p[@class="bookmarkThis"]',
            ),
        ),
    ),
);