RSSHub/lib/v2/sina/templates/video.art

6 lines
125 B
Plaintext

{{ if videoUrl }}
<video controls poster="{{ poster }}" preload="none">
<source src="{{ videoUrl }}">
</video>
{{ /if }}