2015-10-18 17:31:23 -04:00
|
|
|
<?php
|
2015-10-19 22:49:30 -04:00
|
|
|
|
2015-10-18 17:31:23 -04:00
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.themoscowtimes.com/business/article/535500.html',
|
|
|
|
'body' => array(
|
2016-02-09 20:30:07 -05:00
|
|
|
'//div[@class="article_main_img"]',
|
|
|
|
'//div[@class="article_text"]',
|
2015-10-18 17:31:23 -04:00
|
|
|
),
|
|
|
|
'strip' => array(
|
2016-02-09 20:30:07 -05:00
|
|
|
'//div[@class="articlebottom"]',
|
|
|
|
'//p/b',
|
|
|
|
'//p/a[contains(@href, "/article.php?id=")]',
|
|
|
|
'//div[@class="disqus_wrap"]',
|
2015-10-18 17:31:23 -04:00
|
|
|
),
|
2015-10-19 22:49:30 -04:00
|
|
|
),
|
|
|
|
),
|
2015-10-18 17:31:23 -04:00
|
|
|
);
|