summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.geekculture.com.php
blob: 3d0b6c75ff204e0c8e78b8af43ffb92b77ed1f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.geekculture.com/joyoftech/joyarchives/2180.html',
            'body' => array(
                '//p[contains(@class,"Maintext")][2]/a/img[contains(@src,"joyimages")]',
            ),
            'strip' => array(),
        ),
    ),
);