miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/huffingtonpost.com.php

15 lines
345 B
PHP
Raw Normal View History

<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.huffingtonpost.com/2014/02/20/centscere-social-media-syracuse_n_4823848.html',
'body' => array(
'//article[@class="content")]',
),
'strip' => array(
),
),
),
);