summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
blob: 99d4ab17557c6ab0413834a0b4563a601e7da630 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www./2014/05/20/le-playstation-now-arrive-en-beta-fermee-aux-etats-unis/',
            'body' => array(
                '//div[@class="post-content"]',
            )
        )
    )
);