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