Merge pull request #222 from agates/main

Add text/vtt to transcript type list
pull/226/head
Dave Jones 2021-04-05 08:41:07 -05:00 zatwierdzone przez GitHub
commit f72e1f5f8a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 `<language>` element.