miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php

15 lines
362 B
PHP
Raw Normal View History

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