www.fakingnews.firstpost.com.php 578 B

1234567891011121314151617
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.fakingnews.firstpost.com/2016/01/engineering-student-creates-record-in-a-decade-becomes-the-first-to-completely-exhaust-ball-pen-refill/',
  6. 'body' => array(
  7. '//div[@class="entry"]',
  8. ),
  9. 'strip' => array(
  10. '//*[@class="socialshare_bar"]',
  11. '//*[@class="authorbox"]',
  12. '//*[@class="cf5_rps"]',
  13. '//*[@class="60563 fb-comments fb-social-plugin"]',
  14. ),
  15. ),
  16. ),
  17. );