summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/scrumalliance.org.php
blob: 7835fd9ef8d3789b8ddfcf45133cca019dc5c975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'https://www.scrumalliance.org/community/articles/2015/march/an-introduction-to-agile-project-intake?feed=articles',
            'body' => array(
                '//div[@class="article_content"]',
            ),
            'strip' => array(),
        ),
    ),
);