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

13 lines
251 B
PHP

<?php
return array(
'grabber' => array(
'%/comics/oots.*%' => array(
'test_url' => 'http://www.giantitp.com/comics/oots0989.html',
'body' => array(
'//td[@align="center"]/img'
),
'strip' => array()
)
)
);