miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/habrahabr.ru.php

13 lines
330 B
PHP
Raw Normal View History

2013-10-01 04:15:18 +02:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
2017-06-12 03:08:00 +02:00
'test_url' => 'https://habrahabr.ru/company/pentestit/blog/328606/',
2015-04-28 18:08:42 +02:00
'body' => array(
2017-06-12 03:08:00 +02:00
"//div[contains(concat(' ',normalize-space(@class),' '),' content ')]"
2015-04-28 18:08:42 +02:00
),
2017-04-05 22:05:48 +02:00
'strip' => array(),
),
),
2013-10-01 04:15:18 +02:00
);