2013-09-19 04:48:29 +02:00
|
|
|
<?php
|
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'https://plus.google.com/+LarryPage/posts/Lh8SKC6sED1',
|
|
|
|
'body' => array(
|
|
|
|
'//div[@role="article"]/div[contains(@class, "eE")]',
|
|
|
|
),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
2013-09-19 04:48:29 +02:00
|
|
|
);
|