Mercurial > public > sg101
view gpp/oembed/fixtures/providers.json @ 489:f785a646a5fc
For #232, add some javascript to resize large images in user comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 19 Oct 2011 23:31:22 +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 } } ]