summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bunicomic.com.php
blob: 2ddd17caeaca0c2ea99b195ac64056ee8d470eeb (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'test_url' => 'http://www.bunicomic.com/comic/buni-623/',
    'body' => array(
        '//div[@class="comic-table"]',
    ),
    'strip' => array(
    ),
);