9 lines
261 B
PHP
9 lines
261 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.cnn.com/2013/08/31/world/meast/syria-civil-war/index.html?hpt=hp_t1',
|
||
|
'body' => array(
|
||
|
'//*[contains(@class, "cnn_storypgraphtxt")]]',
|
||
|
'//*[contains(@class, "cnnvideo_wrapper")]]',
|
||
|
),
|
||
|
);
|