summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
blob: 95a9b562dd8053ca53e834cf62af560440934627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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(
                '//script',
                '//div[@id="webtalks_btn_listenDiv"]',
            ),
        ),
    ),
);