miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/scrumalliance.org.php

14 lines
361 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
2015-04-28 18:08:42 +02:00
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(),
),
),
2015-04-28 18:08:42 +02:00
);