summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/huffingtonpost.com.php
blob: 18ad4659f89e4793527f295fba2376ae0ab0b044 (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'test_url' => 'http://www.huffingtonpost.com/2014/02/20/centscere-social-media-syracuse_n_4823848.html',
    'body' => array(
        '//article[@class="content")]',
    ),
    'strip' => array(
    )
);