summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php
blob: 232cbcadf80dd99b113d64a230199637c32d7108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://pastebin.com/ed1pP9Ak',
            'body' => array(
                '//div[@class="text"]',
            ),
            'strip' => array(
            )
        )
    )
);