miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/buttersafe.com.php
2015-10-19 22:49:30 -04:00

15 lines
342 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://buttersafe.com/2015/04/21/the-incredible-flexible-man/',
'body' => array(
'//div[@id="comic"]',
'//div[@class="post-comic"]',
),
'strip' => array(),
),
),
);