Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
580:c525f3e0b5d0 | 581:ee87ea74d46b |
---|---|
1 [ | |
2 { | |
3 "pk": 1, | |
4 "model": "oembed.provider", | |
5 "fields": { | |
6 "api_endpoint": "http://www.youtube.com/oembed", | |
7 "name": "YouTube", | |
8 "url_regex": "^http://www\\.youtube\\.com/watch\\?v=\\S+$", | |
9 "format": 0 | |
10 } | |
11 } | |
12 ] |