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

14 lines
323 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.linux.org/threads/lua-the-scripting-interpreter.8352/',
2016-02-10 02:30:07 +01:00
'body' => array(
2017-06-12 03:08:00 +02:00
'//div[@itemprop="articleBody"]',
2016-02-10 02:30:07 +01:00
),
2015-10-18 23:31:23 +02:00
'strip' => array(
),
),
),
2015-10-18 23:31:23 +02:00
);