15 lines
427 B
PHP
15 lines
427 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'grabber' => array(
|
||
|
'%.*%' => array(
|
||
|
'test_url' => 'http://combat.blog.lemonde.fr/2013/08/31/teddy-riner-le-rookie-devenu-rambo/#xtor=RSS-3208',
|
||
|
'body' => array(
|
||
|
'//div[@class="entry-content"]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
'//*[contains(@class, "fb-like") or contains(@class, "social")]'
|
||
|
),
|
||
|
)
|
||
|
)
|
||
|
);
|