miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
2015-10-19 22:49:30 -04:00

12 lines
260 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array('//img[@id="cc-comic"]'),
'strip' => array(),
'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
),
),
);