miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

17 lines
431 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => 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"]'
)
)
)
);