miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php

11 lines
260 B
PHP

<?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"]',
),
),
);