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

14 lines
274 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',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
),
),
),
);