summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailytech.com.php
blob: 432f2b4695f7aea3136948d19c2f6f6ebecbbe82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.dailytech.com/Apples+First+Fixes+to+iOS+9+Land+w+iOS++901+Release/article37495.htm',
            'body' => array(
            '//div[@class="NewsBodyImage"]',
            '//span[@id="lblSummary"]',
            '//span[@id="lblBody"]',
            ),
        )
    )
);