miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/niceteethcomic.com.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

10 lines
263 B
PHP

<?php
return array(
'grabber' => array(
'%/archives.*%' => array(
'test_url' => 'http://niceteethcomic.com/archives/page119/',
'body' => array('//*[@class="comicpane"]/a/img'),
'strip' => array(),
)
)
);