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