HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/posscale/subdomains/xibo/vendor/fguillot/picofeed/lib/PicoFeed/Rules/aljazeera.com.php
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.aljazeera.com/news/2015/09/xi-jinping-seattle-china-150922230118373.html',
            'body' => array(
                '//figure[@class="article-content"]',
                '//div[@class="article-body"]',
            ),
            'strip' => array(
                '//h1',
                '//h3',
                '//ul',
                '//table[contains(@class, "in-article-item")]',
                '//a[@target="_self"]',
                '//div[@data-embed-type="Brightcove"]',
                '//div[@class="QuoteContainer"]',
            ),
        ),
    ),
);