miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/undeadly.org.php

15 lines
364 B
PHP
Raw Normal View History

2014-11-02 14:55:20 +01:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'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]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
'//font',
),
),
),
);