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

15 lines
371 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.monandroid.com/blog/tutoriel-avance-activer-le-stockage-fusionne-sur-android-6-marshamallow-t12.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
);