Add grabber rule for undeadly.org

This commit is contained in:
Frédéric Guillot 2014-11-02 08:55:20 -05:00
parent ef3a8bd63b
commit fa3ac81374
1 changed files with 11 additions and 0 deletions

11
vendor/PicoFeed/Rules/undeadly.org.php vendored Normal file
View File

@ -0,0 +1,11 @@
<?php
return array(
'test_url' => 'http://undeadly.org/cgi?action=article&sid=20141101181155',
'body' => array(
'/html/body/table[3]/tbody/tr/td[1]/table[2]/tr/td[1]'
),
'strip' => array(
'//style',
'//font',
),
);