From fa3ac8137458b49a6246fdb7af77ae5bbff23f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 2 Nov 2014 08:55:20 -0500 Subject: [PATCH] Add grabber rule for undeadly.org --- vendor/PicoFeed/Rules/undeadly.org.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/PicoFeed/Rules/undeadly.org.php diff --git a/vendor/PicoFeed/Rules/undeadly.org.php b/vendor/PicoFeed/Rules/undeadly.org.php new file mode 100644 index 0000000..1a74304 --- /dev/null +++ b/vendor/PicoFeed/Rules/undeadly.org.php @@ -0,0 +1,11 @@ + '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', + ), +); \ No newline at end of file