summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/koreatimes.php
blob: f274b4a9d2beae8976b90049b299ceda0ea42d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.koreatimes.co.kr/www/news/nation/2015/12/116_192409.html',
            'body' => array(
                '//div[@id="p"]',
            ),
            'strip' => array(
                '//div[@id="webtalks_btn_listenDiv"]',
            ),
        ),
    ),
);