summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/buttersafe.com.php
blob: 04c860e228476d4ba1e5254e2cf8bb6ef652f744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://buttersafe.com/2015/04/21/the-incredible-flexible-man/',
            'body' => array(
                '//div[@id="comic"]',
                '//div[@class="post-comic"]',
            ),
            'strip' => array(),
        ),
    ),
);