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