miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php

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',
),
),
);