plus.google.com.php 286 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://plus.google.com/+LarryPage/posts/Lh8SKC6sED1',
  6. 'body' => array(
  7. '//div[@role="article"]/div[contains(@class, "eE")]',
  8. ),
  9. ),
  10. ),
  11. );