summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php
blob: 74d3fa16da57f59001470791b74690c205fb2708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
return 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"]',
    ),
);