RSSHub/lib/v2/nmtv/templates/description.art

9 lines
236 B
Plaintext

{{ if type === 'audio' }}
<audio controls="controls">
<source src="{{ file }}" type="audio/mp3">
</audio>
{{ else if type === 'video' }}
<video controls poster="{{ image }}">
<source src="{{ file }}" type="video/mp4">
</video>
{{ /if }}