Don't need center

merge-requests/22/merge
Bob Mottram 2022-01-13 11:13:24 +00:00
parent cc11b4141c
commit fd4dca4b97
1 changed files with 2 additions and 2 deletions

View File

@ -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])))