view gpp/oembed/fixtures/providers.json @ 558:9a68fd3bd8a5

Creating a simple banner / ad campaign application, initially as a RFB / SG101 tie-in.
author Brian Neal <bgneal@gmail.com>
date Thu, 02 Feb 2012 18:56:48 -0600
parents 47a7138fcccb
children
line wrap: on
line source
[
    {
        "pk": 1, 
        "model": "oembed.provider", 
        "fields": {
            "api_endpoint": "http://www.youtube.com/oembed", 
            "name": "YouTube", 
            "url_regex": "^http://www\\.youtube\\.com/watch\\?v=\\S+$", 
            "format": 0
        }
    }
]