miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/stereophile.com.php
Frederic Guillot f7b3bbd8e9 Update PicoFeed
2016-02-09 20:30:07 -05:00

13 lines
299 B
PHP

<?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"]',
),
),
),
);