summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.pseudo-sciences.org.php
blob: bfb930302a1f2aaf3d623392ebd7b7b110e9ae9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'test_url' => 'http://www.pseudo-sciences.org/spip.php?article2275',
    'body' => array(
        '//div[@id="art_main"]',
    ),
    'strip' => array(
        '//div[@id="art_print"]',
        '//div[@id="art_chapo"]',
        '//img[@class="puce"]',
    ),
);