summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/version2.dk.php
blob: a6d49f2e7c6c41f06f30fd168afc4ad71c85bf47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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")]',
            ),
        ),
    ),
);