14 lines
315 B
PHP
Raw Normal View History

2013-09-30 22:15:18 -04:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
'body' => array(
'//div[contains(@class, "post-field body")]',
),
'strip' => array(
)
)
2013-09-30 22:15:18 -04:00
)
);