Use a faster object storage service
This commit is contained in:
parent
99061ce7ec
commit
426206f9fc
|
@ -81,7 +81,7 @@ def generate_video_section_html(section_html, media):
|
||||||
return html_out
|
return html_out
|
||||||
|
|
||||||
def extern_video(file_src):
|
def extern_video(file_src):
|
||||||
url = 'https://f000.backblazeb2.com/file/media-metanohi-name/media/' + file_src
|
url = 'https://media-metanohi-name.eu-central-1.linodeobjects.com/media/' + file_src
|
||||||
return '''\
|
return '''\
|
||||||
<video src="{url}" controls height="427">
|
<video src="{url}" controls height="427">
|
||||||
Your browser cannot play this video. You can download it here instead:
|
Your browser cannot play this video. You can download it here instead:
|
||||||
|
|
Loading…
Reference in New Issue