From 7c83b96b45a5b7ba55ab2c282e0692dfbaa694e5 Mon Sep 17 00:00:00 2001 From: Alecks Gates Date: Sat, 3 Apr 2021 13:44:27 -0500 Subject: [PATCH] Add text/vtt to transcript type list --- docs/1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.0.md b/docs/1.0.md index e4a2894..e9b18ce 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -29,7 +29,7 @@ Multiple #### Attributes - **url:** URL of the podcast transcript. - - **type:** Mime type of the file such as `text/plain`, `text/html`, `application/srt`, `application/json` + - **type:** Mime type of the file such as `text/plain`, `text/html`, `application/srt`, `text/vtt`, `application/json` - **language (optional):** The language of the linked transcript. If there is no language attribute given, the linked file is assumed to be the same language that is specified by the RSS `` element.