summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/engadget.com.php
blob: aada1676623d948bfe52b68d9e15916125592e96 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.engadget.com/2015/04/20/dark-matter-discovery/?ncid=rss_truncated',
            'body' => array('//div[@class="article-content"]/p[not(@class="read-more")] | //div[@class="article-content"]/div[@style="text-align: center;"]'),
            'strip' => array(),
        )
    )
);