summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/areadvd.de.php
blob: fc56922027d1090b0f1bc648415692b50045750c (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.areadvd.de/news/daily-deals-angebote-bei-lautsprecher-teufel-3/',
            'body' => array('//div[contains(@class,"entry")]'),
            'strip' => array(),
        ),
    ),
);