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