miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lukesurl.com.php
Frederic Guillot 154abcd57b Update vendor
2015-06-21 09:56:36 -04:00

16 lines
372 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array('//div[@id="comic"]//img'),
'strip' => array(),
'test_url' => 'http://www.lukesurl.com/archives/comic/665-3-of-clubs',
)
),
'filter' => array(
'%.*%' => array(
'%title="(.+)" */>%' => "/><br/>$1"
)
)
);