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

14 lines
359 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@id="comic_image"]',
'//div[@class="comment-wrapper"][position()=1]'
),
'strip' => array(),
'test_url' => 'http://www.anythingcomic.com/comics/2108929/stress-free/',
)
),
);