This file is indexed.

/usr/share/php/PicoFeed/Rules/cnet.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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php

return array(
    'grabber' => array(
		 '%^/products.*%' => array(
            'test_url' => 'http://www.cnet.com/products/fibaro-flood-sensor/#ftag=CADf328eec',
            'body' => array(
                '//li[contains(@class,"slide first"] || //figure[contains(@class,(promoFigure))]',
                '//div[@class="quickInfo"]',
                '//div[@class="col-6 ratings"]',
                '//div[@id="editorReview"]',
            ),
            'strip' => array(
                '//script',
                '//a[@class="clickToEnlarge"]',
                '//div[@section="topSharebar"]',
                '//div[contains(@class,"related")]',
                '//div[contains(@class,"ad-")]',
                '//div[@section="shortcodeGallery"]',
            ),
        ),
        '%.*%' => array(
            'test_url' => 'http://cnet.com.feedsportal.com/c/34938/f/645093/s/4a340866/sc/28/l/0L0Scnet0N0Cnews0Cman0Eclaims0Eonline0Epsychic0Emade0Ehim0Ebuy0E10Emillion0Epowerball0Ewinning0Eticket0C0Tftag0FCAD590Aa51e/story01.htm',
            'body' => array(
            '//p[@itemprop="description"]',
            '//div[@itemprop="articleBody"]',
            ),
            'strip' => array(
                '//script',
                '//a[@class="clickToEnlarge"]',
                '//div[@section="topSharebar"]',
                '//div[contains(@class,"related")]',
                '//div[contains(@class,"ad-")]',
                '//div[@section="shortcodeGallery"]',
            ),
        ),
    ),
);