miniflux-legacy/vendor/PicoFeed/Rules/fastcompany.com.php
chrislemonier 913777cd8a Create fastcompany.com.php
New grabber rules file
2014-02-25 12:04:22 -08:00

10 lines
247 B
PHP

<?php
return array(
'test_url' => 'http://www.fastcompany.com/3026712/fast-feed/elon-musk-an-apple-tesla-merger-is-very-unlikely',
'body' => array(
'//article[contains(@class, "body prose")]',
),
'strip' => array(
)
);