summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/alainonline.net.php
blob: 2faf0c4a701365ff34e58edc9bcd48e091662a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.alainonline.net/news_details.php?lang=arabic&sid=18907',
            'body' => array(
                '//div[@class="news_details"]'
            ),
            'strip' => array(
                '//div[@class="news_details"]/div/div[last()]',
            ),
        )
    )
);