miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bgr.com.php

16 lines
376 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://bgr.com/2015/09/27/iphone-6s-waterproof-testing/',
'body' => array(
'//img[contains(@class,"img")]',
'//div[@class="text-column"]',
),
'strip' => array(
'//strong',
),
),
),
2015-10-18 23:31:23 +02:00
);