Files
Kanboard-Prod/vendor/miniflux/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
2017-10-25 16:22:10 -07:00

14 lines
274 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://blog.fefe.de/?ts=ad706a73',
'body' => array(
'/html/body/ul',
),
'strip' => array(
),
),
),
);