Add grabber rule for marc.info

This commit is contained in:
Frédéric Guillot 2015-01-02 15:25:33 -05:00
parent b7ca07b9c0
commit 372066fa04
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
return array(
'test_url' => 'http://marc.info/?l=openbsd-misc&m=141987113202061&w=2',
'body' => array(
'//pre',
),
'strip' => array(
),
);