miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/version2.dk.php

13 lines
369 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")]',
),
),
),
);