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

14 lines
354 B
PHP
Raw Normal View History

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