diff --git a/oembed/fixtures/initial_data.json b/oembed/fixtures/initial_data.json index 32c60e6..e4c9d36 100644 --- a/oembed/fixtures/initial_data.json +++ b/oembed/fixtures/initial_data.json @@ -742,5 +742,17 @@ "endpoint_url": "http://api.embed.ly/v1/api/oembed", "resource_type": "rich" } + }, + { + "pk": 63, + "model": "oembed.storedprovider", + "fields": { + "regex": "http://youtu.be/\\S*", + "wildcard_regex": "http://youtu.be/*", + "provides": false, + "active": true, + "endpoint_url": "http://www.youtube.com/oembed", + "resource_type": "video" + } } ]