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

14 lines
338 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()
)
)
);