fastcoexist.com.php 392 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.fastcoexist.com/3026114/take-a-seat-on-this-gates-funded-future-toilet-that-will-change-how-we-think-about-poop',
  6. 'body' => array(
  7. '//article[contains(@class, "body prose")]',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );