Add grabber rule for undeadly.org
This commit is contained in:
parent
ef3a8bd63b
commit
fa3ac81374
11
vendor/PicoFeed/Rules/undeadly.org.php
vendored
Normal file
11
vendor/PicoFeed/Rules/undeadly.org.php
vendored
Normal 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',
|
||||||
|
),
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user