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