10 lines
305 B
PHP
10 lines
305 B
PHP
<?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")]'
|
|
),
|
|
); |