mirror of https://gitlab.com/bashrc2/epicyon
Don't need center
parent
cc11b4141c
commit
fd4dca4b97
|
@ -190,14 +190,14 @@ def html_podcast_episode(css_cache: {}, translate: {},
|
|||
podcast_properties['linkMimeType'].split('/')[1]
|
||||
video_msg = 'Your browser does not support the video element.'
|
||||
podcast_str += \
|
||||
'<center><figure id="videoContainer" ' + \
|
||||
'<figure id="videoContainer" ' + \
|
||||
'data-fullscreen="false">\n' + \
|
||||
' <video id="video" controls ' + \
|
||||
'preload="metadata">\n' + \
|
||||
'<source src="' + link_url + '" type="video/' + \
|
||||
video_extension.replace('.', '') + '">\n' + \
|
||||
translate[video_msg] + \
|
||||
'</video>\n</figure>\n</center>\n'
|
||||
'</video>\n</figure>\n'
|
||||
|
||||
podcast_title = \
|
||||
remove_html(html.unescape(urllib.parse.unquote_plus(newswire_item[0])))
|
||||
|
|
Loading…
Reference in New Issue