summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/plus.google.com.php
blob: 3b09b40b318aba90f7b2388874f2c605ee2916fb (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'https://plus.google.com/+LarryPage/posts/Lh8SKC6sED1',
            'body' => array(
                '//div[@role="article"]/div[contains(@class, "eE")]',
            ),
        )
    )
);