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

13 lines
265 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
2015-10-18 23:31:23 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://espn.go.com/nfl/story/_/id/13388208/jason-whitlock-chip-kelly-controversy',
'body' => array(
'//p',
),
),
),
2015-10-18 23:31:23 +02:00
);