9 lines
174 B
PHP
9 lines
174 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://distrowatch.com/?newsid=08355',
|
||
|
'body' => array(
|
||
|
'//td[@class="NewsText"][1]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
)
|
||
|
);
|