Removing "summary" tag

Content in the summary tag is duplicated in the .content field
This commit is contained in:
zmeyer44 2023-12-29 17:25:13 -06:00 committed by GitHub
parent f316b219f4
commit 54328d8979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
71.md
View File

@ -26,7 +26,6 @@ The list of tags are as follows:
* `m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used, and they should be lowercase.
* `title` (required) title of the video
* `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published
* `summary` (optional) summary/description of the video (same as `.content`)
* `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits
* `x` containing the SHA-256 hexencoded string of the file.
* `size` (optional) size of file in bytes
@ -55,7 +54,6 @@ The list of tags are as follows:
["d", "<UUID>"],
["title", "<title of video>"],
["summary", "<summary of video>"],
["thumb", "<thumbnail image for video>"],
["published_at", "<unix timestamp>"],
["alt", <description>],