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

14 lines
295 B
PHP
Raw Normal View History

2014-06-05 21:20:17 +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://www.opennet.ru/opennews/art.shtml?num=46549',
2015-04-28 18:08:42 +02:00
'body' => array(
2017-06-12 03:08:00 +02:00
'//*[@id="r_memo"]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
),
2017-06-12 03:08:00 +02:00
)
)
);