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

14 lines
340 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@id="cc-comic"]',
'//div[@class="cc-newsbody"]'
),
'strip' => array(),
'test_url' => 'http://www.marycagle.com/letsspeakenglish/74-grim-reality/',
)
),
);