view gpp/oembed/fixtures/providers.json @ 482:dc4638f37c22

Fix #231: add a 'view my forum posts' link to profile.
author Brian Neal <bgneal@gmail.com>
date Fri, 14 Oct 2011 02:12:05 +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
        }
    }
]