miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thecodinglove.com.php
2015-10-19 22:49:30 -04:00

12 lines
252 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://thecodinglove.com/post/116897934767',
'body' => array('//div[@class="bodytype"]'),
'strip' => array(),
),
),
);