summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.bdgest.com.php
blob: 528ad41d3daf5fe0e2d6ce7a8ee8a65437beaccd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'test_url' => 'http://www.bdgest.com/chronique-6027-BD-Adrastee-Tome-2.html',
    'body' => array(
        '//*[contains(@class, "chronique")]',
    ),
    'strip' => array(
        '//*[contains(@class, "post-review")]',
        '//*[contains(@class, "footer-review")]',
    ),
);