miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linux.org.php
Frederic Guillot 06fdd3d765 Update PicoFeed
2016-01-11 20:03:13 -05:00

14 lines
309 B
PHP

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