miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/drawingboardcomic.com.php
2017-04-05 16:05:48 -04:00

16 lines
371 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array('//img[@id="comicimage"]'),
'strip' => array(),
'test_url' => 'http://drawingboardcomic.com/index.php?comic=208',
),
),
'filter' => array(
'%.*%' => array(
'%title="(.+)" */>%' => '/><br/>$1',
),
),
);