summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
blob: dd433828b009566e6d23c07afc3bf45afa330b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'test_url' => 'http://www.vuxml.org/freebsd/a5f160fa-deee-11e4-99f8-080027ef73ec.html',
    'body' => array(
        '//body'
    ),
    'strip' => array(
        '//h1',
        '//div[@class="blurb"]',
        '//hr',
        '//p[@class="copyright"]'
    )
);