Mercurial > public > sg101
diff oembed/fixtures/providers.json @ 581:ee87ea74d46b
For Django 1.4, rearranged project structure for new manage.py.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 May 2012 17:10:48 -0500 |
parents | gpp/oembed/fixtures/providers.json@47a7138fcccb |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/oembed/fixtures/providers.json Sat May 05 17:10:48 2012 -0500 @@ -0,0 +1,12 @@ +[ + { + "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 + } + } +] \ No newline at end of file