miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.bdgest.com.php

17 lines
438 B
PHP
Raw Normal View History

2014-02-16 01:31:22 +01:00
<?php
2014-02-16 01:31:22 +01:00
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => 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")]',
),
),
),
);