Allows to publish videos uploaded on tv.lumbung.space to the frontpage of lumbung.space
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
title: "{{ v.name }}"
|
|
|
|
date: "{{ v.published_at }}" #2021-06-10T10:46:33+02:00
|
|
|
|
draft: false
|
|
|
|
uuid: "{{v.uuid}}"
|
|
|
|
video_duration: "{{ v.duration | duration }} "
|
|
|
|
video_channel: "{{ v.channel.display_name }}"
|
|
|
|
channel_url: "{{ v.channel.url }}"
|
|
|
|
preview_image: "{{ preview_image }}"
|
|
|
|
category: ["tv","{{ v.channel.display_name }}"]
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
{{ v.description }}
|