summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/csmonitor.com.php
blob: 7c44e3a523440f3431d3c42e2119384774b44bc1 (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://www.csmonitor.com/USA/Politics/2015/0925/John-Boehner-steps-down-Self-sacrificing-but-will-it-lead-to-better-government',
            'body' => array(
            '//figure[@id="image-top-1"]',
            '//div[@id="story-body"]',
            ),
            'strip' => array(
            '//script',
            '//img[@title="hide caption"]',
            '//*[contains(@class,"promo_link")]',
            '//div[@id="story-embed-column"]',
            ),
        )
    )
);