summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/engadget.com.php
blob: 3b7fc5dc0c749960698e1986c79dbadd7c2e9e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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(),
        ),
    ),
);