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

17 lines
405 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
2015-06-21 15:56:36 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.subtraction.com/2015/06/06/time-lapse-video-of-one-world-trade-center/',
'body' => array('//article/div[@class="entry-content"]'),
'strip' => array(),
),
2015-06-21 15:56:36 +02:00
),
'filter' => array(
'%.*%' => array(
'%\+<h3.*/ul>%' => '',
),
),
2015-06-21 15:56:36 +02:00
);