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

return array(
    'grabber' => array(
        '%.*%' => array(
            'body' => array(
                '//div[@id="comic-1"]',
                '//div[@class="entry"]',
            ),
            'test_url' => 'http://gerbilwithajetpack.com/passing-the-digital-buck/',
        ),
    ),
);