Mercurial > public > sg101
view gpp/oembed/fixtures/providers.json @ 346:efa3b4901777
As part of #165 add a security question to the registration form.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 28 Feb 2011 03:53:04 +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 } } ]