summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.mac4ever.com.php
blob: 60bc1bd43c2d304d3a62b9b0fbe5583bfc2a0db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.mac4ever.com/actu/87392_video-quand-steve-jobs-et-bill-gates-jouaient-au-bachelor-avec-le-mac',
            'body' => array(
                '//div[contains(@class, "news-news-content")]',
            ),
            'strip' => array(
            ),
        ),
    ),
);