summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.theguardian.com.php
blob: 6d8843de2ad0a3aedc424f9ebbc31cab9659ee30 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'test_url' => 'http://www.theguardian.com/law/2013/aug/31/microsoft-google-sue-us-fisa',
    'body' => array(
        '//div[@id="article-wrapper"]',
    ),
    'strip' => array(
        '//*[contains(@class, "promo")]',
    ),
);