Skip to content

Commit

Permalink
fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinghal committed Feb 23, 2021
1 parent 74d7bd0 commit 582c7ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion offline_scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_media_url(path, filename):
path = path[idx:].replace('\\','/')
if not path.endswith('/'):
path = path + '/'
url = 'http://gizamedia.rc.fas.harvard.edu/' + path + filename
url = 'https://gizamedia.rc.fas.harvard.edu/' + path + filename
return url


Expand Down
20 changes: 10 additions & 10 deletions templates/pages/lesson.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h1>{{lesson.title}}</h1>
<li class="video-border">
<div class="media-object list-item list-item-thumbcaption">
<video width="100%" height="100%"
poster="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
poster="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
controls="">
<source src="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
<source src="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -55,9 +55,9 @@ <h1>{{lesson.title}}</h1>
<li class="video-border">
<div class="media-object list-item list-item-thumbcaption">
<video width="100%" height="100%"
poster="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
poster="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
controls="">
<source src="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
<source src="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -68,9 +68,9 @@ <h1>{{lesson.title}}</h1>
<li class="video-border">
<div class="media-object list-item list-item-thumbcaption">
<video width="100%" height="100%"
poster="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
poster="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
controls="">
<source src="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
<source src="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -81,9 +81,9 @@ <h1>{{lesson.title}}</h1>
<li class="video-border">
<div class="media-object list-item list-item-thumbcaption">
<video width="100%" height="100%"
poster="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
poster="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
controls="">
<source src="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
<source src="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -94,9 +94,9 @@ <h1>{{lesson.title}}</h1>
<li class="video-border">
<div class="media-object list-item list-item-thumbcaption">
<video width="100%" height="100%"
poster="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
poster="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/Thumbnails/ASU_A5_video_003_thumb.jpg"
controls="">
<source src="http://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
<source src="https://gizamedia.rc.fas.harvard.edu/images/ASU/ASU Khafre photography/ASU_A5_video_003.mp4"
type="video/mp4">
Your browser does not support the video tag.
</video>
Expand Down

0 comments on commit 582c7ca

Please sign in to comment.