view gpp/oembed/fixtures/providers.json @ 441:33d0c55e57a9

Fixing the link to the private messages options tab in the PM notification email.
author Brian Neal <bgneal@gmail.com>
date Wed, 25 May 2011 02:39:08 +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
        }
    }
]