summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.egscomics.com.php
blob: 9c9b73ff03697932e09a76dda79461930f48cf03 (plain)
1
2
3
4
5
6
7
8
<?php
return array(
    'test_url' => 'http://www.egscomics.com/index.php?id=1690',
    'title' => '/html/head/title',
    'body' => array(
        '//img[@id="comic"]'
    )
);