summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
blob: f36ccfe0143782e04e23593d61438881c6ba3680 (plain)
1
2
3
4
5
6
7
8
9
10
<?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',
    ),
);