miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/kanpai.fr.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

13 lines
317 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.kanpai.fr/japon/comment-donner-lheure-en-japonais.html',
'body' => array(
'//div[@class="single-left"]',
),
'strip' => array(
)
)
)
);