putaindecode.fr.php 463 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://putaindecode.fr/posts/js/etat-lieux-js-modulaire-front/',
  6. 'body' => array(
  7. '//*[@class="putainde-Post-md"]',
  8. ),
  9. 'strip' => array(
  10. '//*[contains(@class, "inlineimg")]',
  11. '//*[contains(@class, "comment-respond")]',
  12. '//header',
  13. ),
  14. ),
  15. ),
  16. );