miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/kanpai.fr.php
Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

14 lines
321 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(
),
),
),
);