mirror of https://gitlab.com/bashrc2/epicyon
Style
parent
e9ae129f35
commit
438dac3114
|
@ -52,8 +52,7 @@ def _add_embedded_video_from_sites(translate: {}, content: str,
|
||||||
'<blockquote class="tiktok-embed" ' + \
|
'<blockquote class="tiktok-embed" ' + \
|
||||||
'cite="https://www.tiktok.com/@' + \
|
'cite="https://www.tiktok.com/@' + \
|
||||||
channel + '/video/' + video_id + '" data-video-id="' + \
|
channel + '/video/' + video_id + '" data-video-id="' + \
|
||||||
video_id + '" ' + \
|
video_id + '" >\n' + \
|
||||||
'style="max-width: 605px;min-width: 325px;" >\n' + \
|
|
||||||
'<section>\n' + \
|
'<section>\n' + \
|
||||||
'<a target="_blank" title="@' + channel + \
|
'<a target="_blank" title="@' + channel + \
|
||||||
'" href="https://www.tiktok.com/@' + channel + \
|
'" href="https://www.tiktok.com/@' + channel + \
|
||||||
|
|
Loading…
Reference in New Issue