10 lines
202 B
PHP
10 lines
202 B
PHP
<?php
|
|
return array(
|
|
'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
|
|
'body' => array(
|
|
'//div[contains(@class, "post-field body")]',
|
|
),
|
|
'strip' => array(
|
|
)
|
|
);
|