18 lines
573 B
PHP
Raw Normal View History

2015-10-18 17:31:23 -04:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.buenosairesherald.com/article/199344/manzur-named-next-governor-of-tucum%C3%A1n',
'body' => array(
2016-01-11 20:03:13 -05:00
'//div[@style="float:none"]',
2015-10-18 17:31:23 -04:00
),
'strip' => array(
2016-01-11 20:03:13 -05:00
'//div[contains(@class, "bz_alias_short_desc_container"]',
'//td[@id="bz_show_bug_column_1"]',
'//table[@id="attachment_table"]',
'//table[@class="bz_comment_table"]',
2015-10-18 17:31:23 -04:00
),
),
),
2015-10-18 17:31:23 -04:00
);