fossbytes.com.php 803 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://fossbytes.com/fbi-hacked-1000-computers-to-shut-down-largest-child-pornography-site-on-the-dark-web/',
  6. 'body' => array(
  7. '//div[@class="entry-inner"]',
  8. ),
  9. 'strip' => array(
  10. '//*[@class="at-above-post addthis_default_style addthis_toolbox at-wordpress-hide"]',
  11. '//*[@class="at-below-post addthis_default_style addthis_toolbox at-wordpress-hide"]',
  12. '//*[@class="at-below-post-recommended addthis_default_style addthis_toolbox at-wordpress-hide"]',
  13. '//*[@class="code-block code-block-12 ai-desktop"]',
  14. '//*[@class="code-block code-block-13 ai-tablet-phone"]',
  15. ),
  16. ),
  17. ),
  18. );