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