buenosairesherald.com.php 573 B

1234567891011121314151617
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.buenosairesherald.com/article/199344/manzur-named-next-governor-of-tucum%C3%A1n',
  6. 'body' => array(
  7. '//div[@style="float:none"]',
  8. ),
  9. 'strip' => array(
  10. '//div[contains(@class, "bz_alias_short_desc_container"]',
  11. '//td[@id="bz_show_bug_column_1"]',
  12. '//table[@id="attachment_table"]',
  13. '//table[@class="bz_comment_table"]',
  14. ),
  15. ),
  16. ),
  17. );