Files
Kanboard-Prod/vendor/miniflux/picofeed/lib/PicoFeed/Rules/linux.org.php
2017-10-25 16:22:10 -07:00

15 lines
350 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',
),
),
),
);