miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/theawkwardyeti.com.php
Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

13 lines
238 B
PHP

<?php
return array(
'grabber' => array(
'%/comic/.*%' => array(
'test_url' => 'http://theawkwardyeti.com/comic/things-to-do/',
'body' => array(
'//div[@id="comic"]'
),
'strip' => array()
)
)
);