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

14 lines
291 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://distrowatch.com/?newsid=08355',
'body' => array(
'//td[@class="NewsText"][1]',
),
'strip' => array(
),
),
),
);