RSSHub/lib/v2/douyin/templates/embed.art

14 lines
288 B
Plaintext

<video controls preload="none" referrerpolicy="no-referrer"
style="width:50%"
{{ if img }}
poster="{{ img }}"
{{ /if }}
{{ if duration }}
duration="{{ duration }}"
{{ /if }}
>
{{ each videoList source }}
<source referrerpolicy="no-referrer" src="{{ source }}">
{{ /each }}
</video>