miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/undeadly.org.php
Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

15 lines
364 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => 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(
'//font',
),
),
),
);