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

14 lines
309 B
PHP
Raw Normal View History

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