Files
Grav-Admin-Plugin/vendor/fguillot/picofeed/lib/PicoFeed/Rules/marc.info.php
2017-08-25 16:20:57 -06:00

14 lines
288 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://marc.info/?l=openbsd-misc&m=141987113202061&w=2',
'body' => array(
'//pre',
),
'strip' => array(
),
),
),
);