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

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