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 | a193d18d96f6562abac4b9da6112cedde0c02933 (patch) | |
tree | 9c79a401c8a8cfa9429d54393eb0c6df2f849097 /devfiles/videos/leader | |
parent | fa71cc132aba68276837261c852ec4464aec7004 (diff) |
Updating Videos and Script.
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 |