This file is indexed.

/usr/share/php/PicoFeed/Rules/nba.com.php is in php-picofeed 0.1.18-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.nba.com/2015/news/09/25/knicks-jackson-to-spend-more-time-around-coaching-staff.ap/index.html?rss=true',
            'body' => array(
            '//section[@id="nbaArticleContent"]',
            ),
            'strip' => array(
            '//div[@id="nbaArticleSocialWrapper_bot"]',
            '//h5',
            ),
         ),
    ),
);