summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/espn.go.com.php
blob: 08cfd64f9b5988c35ccb84ddbf20772663ab8f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://espn.go.com/nfl/story/_/id/13388208/jason-whitlock-chip-kelly-controversy',
            'body' => array(
            '//p',
            ),
         ),
    ),
);