summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sitepoint.com.php
blob: ab0eb7d4b2da073ca8efba9d7a71ced1255f7591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.sitepoint.com/creating-hello-world-app-swift/',
            'body' => array(
                '//section[@class="article_body"]',
            ),
            'strip' => array(
            ),
        ),
    ),
);