miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
Mathias Kresin 7f335a533d update dependencies
- fixes #336
2015-03-01 19:56:11 +01:00

10 lines
239 B
PHP

<?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(
'//font',
),
);