diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-01-30 20:16:05 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-01-30 20:37:54 -0800 |
commit | bbf247245f5395b98d15def3e689a7e804010212 (patch) | |
tree | dc724754257fb95a6f3efe97b266af7e9f178c6c /devfiles/videos/leader | |
parent | e38de23db148ffb47bd5f076764ebbd5f2a35812 (diff) |
Updating Videos and Script.20140130a
Video numbers may now be decimals (i.e. 5.1, 5.2). If the number is 0 it
is not displayed on the website.
Updating the videos-from-csv.py script to distinguish between user
facing video numbers and video ids.
Also updating urls for many videos.
Diffstat (limited to 'devfiles/videos/leader')
-rw-r--r-- | devfiles/videos/leader/leader-1.json | 4 | ||||
-rw-r--r-- | devfiles/videos/leader/leader-3.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devfiles/videos/leader/leader-1.json b/devfiles/videos/leader/leader-1.json index c145db2..1a68edf 100644 --- a/devfiles/videos/leader/leader-1.json +++ b/devfiles/videos/leader/leader-1.json @@ -5,6 +5,6 @@ "length": 423, "image": "http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%201%20-%20Purpose.png", "pdf": "http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%201%20-%20Purpose%20Final.pdf", - "urls": [{"src":"http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%201%20-%20Purpose-low.mp4", "type":"video/mp4"}, -{"src":"http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%201%20-%20Purpose.webmhd.webm", "type":"video/webm"}] + "urls": [{"src":"http://d12xq7pqelpwt.cloudfront.net/group-leader-video-1-purpose.mp4", "type":"video/mp4"}, +{"src":"http://d12xq7pqelpwt.cloudfront.net/group-leader-video-1-purpose.webmhd.webm", "type":"video/webm"}] }
\ No newline at end of file diff --git a/devfiles/videos/leader/leader-3.json b/devfiles/videos/leader/leader-3.json index 59ad0fe..3a45ac6 100644 --- a/devfiles/videos/leader/leader-3.json +++ b/devfiles/videos/leader/leader-3.json @@ -5,6 +5,6 @@ "length": 616, "image": "http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%203%20-%20Qualifications.png", "pdf": "http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%203%20-%20Qualifications.pdf", - "urls": [{"src":"http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%203%20-%20Qualifications-low.mp4", "type":"video/mp4"}, -{"src":"http://d12xq7pqelpwt.cloudfront.net/Group%20Leader%20Video%203%20-%20Qualifications.webmhd.webm", "type":"video/webm"}] + "urls": [{"src":"http://d12xq7pqelpwt.cloudfront.net/group-leader-video-3-qualifications.mp4", "type":"video/mp4"}, +{"src":"http://d12xq7pqelpwt.cloudfront.net/group-leader-video-3-qualifications.webmhd.webm", "type":"video/webm"}] }
\ No newline at end of file |