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 17:32:18 -05: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-30 20:13:07 -04:00
);