summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/subtraction.com.php
blob: 6d744277e8d1dbc594ab259fd14b02ae43ce6589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
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(),
        ),
    ),
    'filter' => array(
        '%.*%' => array(
            '%\+<h3.*/ul>%' => '',
        ),
    ),
);