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

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(
),
),
),
);