blob: 9209f9cb49069e2c338bad8f6d35312d21a0c695 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://consomac.fr/news-2430-l-iphone-6-toujours-un-secret-bien-garde.html',
'body' => array(
'//div[contains(@id, "newscontent")]',
),
'strip' => array(
),
),
),
);
|