summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/putaindecode.fr.php
blob: 6857c20e2c4cc37e6997dbe9b1fc0fdf88d0ca20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'test_url' => 'http://putaindecode.fr/posts/js/etat-lieux-js-modulaire-front/',
    'body' => array(
        '//*[@class="putainde-Post-md"]',
    ),
    'strip' => array(
        '//*[contains(@class, "inlineimg")]',
        '//*[contains(@class, "comment-respond")]',
        '//header'
    )
);