miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linux.org.php
Frederic Guillot f7b3bbd8e9 Update PicoFeed
2016-02-09 20:30:07 -05:00

16 lines
351 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.linux.org/threads/lua-the-scripting-interpreter.8352/',
'body' => array(
'//div[@class="messageContent"]',
),
'strip' => array(
'//aside',
),
),
),
);