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

15 lines
353 B
PHP
Raw Normal View History

<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
2016-12-26 23:32:18 +01:00
'test_url' => 'http://www.monwindows.com/tout-savoir-sur-le-centre-d-action-de-windows-phone-8-1-t40574.html',
2015-04-28 18:08:42 +02:00
'body' => array(
'//div[@class="blog-post-body"]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
),
),
),
2015-03-31 02:13:07 +02:00
);