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

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.egscomics.com/index.php?id=1690',
            'title' => '/html/head/title',
            'body' => array(
                '//img[@id="comic"]',
            ),
        ),
    ),
);