summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bleepingcomputer.com.php
blob: 7b740600939ab60142bd6d46bc4f385d1402c21a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'https://www.bleepingcomputer.com/news/google/chromes-sandbox-feature-infringes-on-three-patents-so-google-must-now-pay-20m/',
            'body' => array(
                '//div[@class="article_section"]',
            ),
            'strip' => array(
                '//*[@itemprop="headline"]',
                '//div[@class="cz-news-story-title-section"]'
            ),
        ),
    ),
);