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

12 lines
301 B
PHP
Raw Normal View History

2016-08-30 03:39:25 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://www.rockpapershotgun.com/2016/08/26/the-divisions-expansions-delayed-to-improve-the-game/',
'body' => array(
'//div[@class="entry"]',
)
),
),
);