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/disciple/disciple-7.json | |
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/disciple/disciple-7.json')
-rw-r--r-- | devfiles/videos/disciple/disciple-7.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devfiles/videos/disciple/disciple-7.json b/devfiles/videos/disciple/disciple-7.json index 433524a..483ce1c 100644 --- a/devfiles/videos/disciple/disciple-7.json +++ b/devfiles/videos/disciple/disciple-7.json @@ -1,10 +1,10 @@ { "id": "disciple-7", - "number": "7", + "number": "6", "title": "Solitude", "length": 470, "image": "http://d12xq7pqelpwt.cloudfront.net/Disciple%20Video%207%20-%20Solitude.png", "pdf": "http://d12xq7pqelpwt.cloudfront.net/Disciple%20Video%207%20-%20Solitude.pdf", - "urls": [{"src":"http://d12xq7pqelpwt.cloudfront.net/Disciple%20Video%207%20-%20Solitude-low.mp4", "type":"video/mp4"}, -{"src":"http://d12xq7pqelpwt.cloudfront.net/Disciple%20Video%207%20-%20Solitude.webmhd.webm", "type":"video/webm"}] + "urls": [{"src":"http://d12xq7pqelpwt.cloudfront.net/disciple-video-7-solitude.mp4", "type":"video/mp4"}, +{"src":"http://d12xq7pqelpwt.cloudfront.net/disciple-video-7-solitude.webmhd.webm", "type":"video/webm"}] }
\ No newline at end of file |