Files
Kanboard-Prod/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php
2017-10-25 16:22:10 -07:00

19 lines
443 B
PHP

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