miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/crash.net.php

19 lines
547 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.crash.net/motogp/news/885102/1/dovizioso-mugello-win-was-catalyst-for-title-challenge',
'body' => array(
'//*[@id="block-system-main"]',
),
'strip' => array(
'//script',
'//style',
'//*[@class="social-bar"]',
'//*[@id="below-headline-image-ad"]',
'//*[@class="advert-"]',
),
),
),
);