summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
blob: 921f8f9915eccca70e108e0c49b6f5a5da8c9f77 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.koreatimes.co.kr/www/news/nation/2015/12/116_192409.html',
            'body' => '//div[@class="view_page_news_article_wrapper"]',
        ),
    ),
);