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

12 lines
365 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.version2.dk/artikel/surface-pro-2-fungerer-bedre-til-arbejde-end-fornoejelse-55195',
'body' => array(
'//section[contains(@class, "teaser")]',
'//section[contains(@class, "body")]',
)
)
)
);