summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/buenosairesherald.com.php
blob: acec44e513a11cc6347c4f971beb9cdd7e200bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.buenosairesherald.com/article/199344/manzur-named-next-governor-of-tucum%C3%A1n',
            'body' => array(
            '//div[@class="img_despliege"]',
            '//div[@id="nota_despliegue"]',
            ),
            'strip' => array(
            '//script',
            '//span[@id="fecha"]',
            '//h1',
            '//div[@class="autor"]',
            ),
        ),
    ),
);