miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php

13 lines
270 B
PHP
Raw Normal View History

2014-06-05 21:20:17 +02:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://blog.fefe.de/?ts=ad706a73',
'body' => array(
'/html/body/ul'
),
'strip' => array(
),
)
)
2014-06-05 21:20:17 +02:00
);