16 lines
398 B
PHP
Raw Normal View History

2013-09-30 22:15:18 -04:00
<?php
2013-09-30 22:15:18 -04:00
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")]',
2016-07-28 21:14:51 -04:00
'//div[contains(@class, "section-inner layoutSingleColumn")]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
),
),
),
2013-09-30 22:15:18 -04:00
);