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

10 lines
248 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://thecodinglove.com/post/116897934767',
'body' => array('//div[@class="bodytype"]'),
'strip' => array(),
)
)
);