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

15 lines
343 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="cc-comic"]',
'//div[@class="cc-newsbody"]',
2015-06-21 15:56:36 +02:00
),
'strip' => array(),
'test_url' => 'http://www.marycagle.com/letsspeakenglish/74-grim-reality/',
),
2015-06-21 15:56:36 +02:00
),
);