summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/mercworks.net.php
blob: c7a27dea4ca3690a9c6e1c42a50cad6783871433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'body' => array('//div[@id="comic"]',
                            '//div[contains(@class,"entry-content")]',
                           ),
            'strip' => array(),
            'test_url' => 'http://mercworks.net/comicland/healthy-choice/',
        ),
    ),
    'filter' => array(
        '%.*%' => array(
            '%title="(.+)" */>%' => '/><br/>$1',
        ),
    ),
);