feat: add opengraph generation for social and tv

This commit is contained in:
2022-02-02 13:55:38 +01:00
parent 7e45112280
commit eaadfd2023
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ video_duration: "{{ v.duration | duration }} "
video_channel: "{{ v.channel.display_name }}"
channel_url: "{{ v.channel.url }}"
preview_image: "{{ preview_image }}"
images: ["./{{ preview_image }}"]
categories: ["tv","{{ v.channel.display_name }}"]
is_live: {{ v.is_live }}
---