merge-requests/30/head
Bob Mottram 2022-10-08 18:40:03 +01:00
parent e9ae129f35
commit 438dac3114
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ def _add_embedded_video_from_sites(translate: {}, content: str,
'<blockquote class="tiktok-embed" ' + \
'cite="https://www.tiktok.com/@' + \
channel + '/video/' + video_id + '" data-video-id="' + \
video_id + '" ' + \
'style="max-width: 605px;min-width: 325px;" >\n' + \
video_id + '" >\n' + \
'<section>\n' + \
'<a target="_blank" title="@' + channel + \
'" href="https://www.tiktok.com/@' + channel + \