2013-08-31 17:05:45 +02:00
|
|
|
<?php
|
|
|
|
return 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")]'
|
2013-09-01 00:37:26 +02:00
|
|
|
),
|
2013-08-31 17:05:45 +02:00
|
|
|
);
|