summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thecodinglove.com.php
blob: c6ec5bf5501c0f848415cd31beca600aa92d266a (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://thecodinglove.com/post/116897934767',
            'body' => array('//div[@class="bodytype"]'),
            'strip' => array(),
        ),
    ),
);