summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/stereophile.com.php
blob: 9ea43b3d3956e01e965f75d2596247b2f8b59872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.stereophile.com/content/2015-rocky-mountain-audio-fest-starts-friday',
            'body' => array(
                '//div[@class="content clear-block"]',
            ),
        ),
    ),
);