miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
Frederic Guillot f7b3bbd8e9 Update PicoFeed
2016-02-09 20:30:07 -05:00

14 lines
301 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//div[@id="comic-1"]',
'//div[@class="entry"]',
),
'test_url' => 'http://gerbilwithajetpack.com/passing-the-digital-buck/',
),
),
);