view gpp/oembed/fixtures/providers.json @ 468:ad4b63fbc584

Adding a basic forums test that exercises adding a new topic, post, and editing a post.
author Brian Neal <bgneal@gmail.com>
date Sun, 07 Aug 2011 03:38:42 +0000
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
        }
    }
]