summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/arstechnica.com.php
blob: d5e2de8115c1d24c9a2fe2bf616eb6442c4f84ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://arstechnica.com/tech-policy/2015/09/judge-warners-2m-happy-birthday-copyright-is-bogus/',
            'body' => array(
            '//section[@id="article-guts"]',
            '//div[@class="superscroll-content show"]',
            ),
            'strip' => array(
            '//figcaption',
            '//aside',
            '//div[@class="article-expander"]',
            ),
        )
    )
);