From ad1d0aba19e7645b99cf1352f4f78ce5d89e304b Mon Sep 17 00:00:00 2001 From: Tom Rossi Date: Tue, 13 Oct 2020 09:19:16 -0400 Subject: [PATCH] Setting transcript URL as attribute --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5acbd63..246b90c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ this larger namespace. But, we don't want to be so general that the spec become should be added to the channel, to create a paper trail of all the previous urls this feed has lived at. This way, aggregators can easily deduplicate their feed lists. -- **\**[url to a file or website]**\** +- **\** Item @@ -113,7 +113,7 @@ this larger namespace. But, we don't want to be so general that the spec become Links to an external file containing a transcript or closed captions file, which may actually be the same file. The mime type of the file should be given - such as `text/plain`, `text/html`, `application/srt`, `application/json`. If there is no language attribute given, the linked file is assumed to be the same language that is - specified by the RSS \ element. If the rel="captions" attribute is present, the linked file is considered to be a closed captions file, regardless of what the + specified by the RSS \ element. If the rel="captions" attribute is present, the linked file is considered to be a closed captions file, regardless of what the mime type is. In that scenario, time codes are assumed to be present in the file in some capacity.