mirror of https://gitlab.com/bashrc2/epicyon
Try without blockquote
parent
3f1754e518
commit
23c788ba12
|
@ -49,16 +49,11 @@ def _add_embedded_video_from_sites(translate: {}, content: str,
|
|||
video_id = video_id.split('?')[0]
|
||||
content += \
|
||||
'<center>\n<span itemprop="video">\n' + \
|
||||
'<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' + \
|
||||
'<section>\n' + \
|
||||
'<a target="_blank" title="@' + channel + \
|
||||
'" href="https://www.tiktok.com/@' + channel + \
|
||||
'?refer=embed">@' + channel + '</a>\n' + \
|
||||
'</section>\n</blockquote>\n' + \
|
||||
'</section>\n' + \
|
||||
'<script async ' + \
|
||||
'src="https://www.tiktok.com/embed.js">\n' + \
|
||||
'</script></span>\n</center>\n'
|
||||
|
|
Loading…
Reference in New Issue