diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-01 18:18:28 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-01 18:18:28 -0700 |
commit | e19536418e7030db73293bbb2451a0a9cf699d32 (patch) | |
tree | 1bc419b0951a3d668e260f6955cb20cdcca05be1 /devfiles/videos/teacher/teacher-2.json | |
parent | dd5a0be56a05e55e71843e37d02581b9424bbc6c (diff) |
Adding pdf field to videos and url encoding urls
Diffstat (limited to 'devfiles/videos/teacher/teacher-2.json')
-rw-r--r-- | devfiles/videos/teacher/teacher-2.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devfiles/videos/teacher/teacher-2.json b/devfiles/videos/teacher/teacher-2.json index 7e91108..67268e0 100644 --- a/devfiles/videos/teacher/teacher-2.json +++ b/devfiles/videos/teacher/teacher-2.json @@ -3,5 +3,6 @@ "number": "2", "title": "Biblical Expectations Final", "length": 481, - "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher Video 2 - Biblical Expectations Final.mov", "type":"video/mp4"}] + "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%202%20-%20Biblical%20Expectations%20Final.pdf", + "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%202%20-%20Biblical%20Expectations%20Final.mov", "type":"video/mp4"}] }
\ No newline at end of file |