miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php
Frederic Guillot f7b3bbd8e9 Update PicoFeed
2016-02-09 20:30:07 -05:00

20 lines
438 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//div[@class="comicpane"]/a/img',
'//div[@class="entry"]',
),
'strip' => array(),
'test_url' => 'http://thedoghousediaries.com/6023',
),
),
'filter' => array(
'%.*%' => array(
'%title="(.+)" */>%' => '/><br/>$1',
),
),
);