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

11 lines
250 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://chaoslife.findchaos.com/pets-in-the-wild',
'body' => array('//div[@id="comic"]'),
'strip' => array(),
),
),
);