miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php
Frederic Guillot 709317f23d Update PicoFeed
2015-08-13 20:07:29 -04:00

14 lines
286 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://explosm.net/comics/3803/',
'body' => array(
'//div[@id="comic-container"]',
),
'strip' => array(
),
)
)
);