summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
blob: 876b2698782709df56e09561107b0c52ac416103 (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"]',
            ),
        ),
    ),
);