themerepublic.net.php 388 B

12345678910
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.themerepublic.net/2015/04/david-lopez-pitoko.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FDngUJ+%28Theme+Republic%29&utm_content=FeedBurner',
  6. 'body' => array('//*[@class="post-body"]'),
  7. 'strip' => array(),
  8. ),
  9. ),
  10. );