16 lines
445 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
2015-12-15 19:26:15 -05:00
'test_url' => 'http://www.neustadt-ticker.de/41302/alltag/kultur/demo-auf-der-boehmischen',
'body' => array(
'//div[@class="entry-content"]',
),
2015-04-28 18:08:42 +02:00
'strip' => array(
2015-12-15 19:26:15 -05:00
'//*[contains(@class, "sharedaddy")]',
'//*[contains(@class, "yarpp-related")]',
2015-04-28 18:08:42 +02:00
),
),
),
2015-08-28 21:34:34 -04:00
);