summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreaherald.com.php
blob: 1e0cc8de0a23f2229eadbfb16395d35483e8ec65 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.koreaherald.com/view.php?ud=20150926000018',
            'body' => array(
            '//div[@class="content_view"]',
            ),
        )
    )
);