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