mirror of https://gitlab.com/bashrc2/epicyon
Video style
parent
16468b5c0b
commit
4b91f50ddc
|
|
@ -220,8 +220,7 @@ def _addEmbeddedAudio(translate: {}, content: str) -> str:
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
||||||
def _addEmbeddedVideo(translate: {}, content: str,
|
def _addEmbeddedVideo(translate: {}, content: str) -> str:
|
||||||
width=400, height=300) -> str:
|
|
||||||
"""Adds embedded video for mp4/webm/ogv
|
"""Adds embedded video for mp4/webm/ogv
|
||||||
"""
|
"""
|
||||||
if not ('.mp4' in content or '.webm' in content or '.ogv' in content):
|
if not ('.mp4' in content or '.webm' in content or '.ogv' in content):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue