miniflux-legacy/vendor/PicoFeed/Rules/huffingtonpost.com.php
chrislemonier e2de759cfa Create huffingtonpost.com.php
New grabber rules file
2014-02-25 12:04:49 -08:00

10 lines
228 B
PHP

<?php
return array(
'test_url' => 'http://www.huffingtonpost.com/2014/02/20/centscere-social-media-syracuse_n_4823848.html',
'body' => array(
'//article[@class="content")]',
),
'strip' => array(
)
);