miniflux-legacy/vendor/PicoFeed/Rules/sitepoint.com.php
2014-10-28 18:40:13 -04:00

9 lines
201 B
PHP

<?php
return array(
'test_url' => 'http://www.sitepoint.com/creating-hello-world-app-swift/',
'body' => array(
'//section[@class="article_body"]',
),
'strip' => array(
),
);