diff options
| author | zmeyer44 <54515037+zmeyer44@users.noreply.github.com> | 2023-12-29 17:25:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-29 17:25:13 -0600 |
| commit | 54328d8979e5883922549293406bd77558fb34a7 (patch) | |
| tree | 7ad041e817f3986ee78fbc5513fab4f64c926d46 /71.md | |
| parent | f316b219f4389021addbca02f1cb383eb8cb36d2 (diff) | |
Removing "summary" tag
Content in the summary tag is duplicated in the .content field
Diffstat (limited to '71.md')
| -rw-r--r-- | 71.md | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -26,7 +26,6 @@ The list of tags are as follows: | |||
| 26 | * `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. | 26 | * `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. |
| 27 | * `title` (required) title of the video | 27 | * `title` (required) title of the video |
| 28 | * `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published | 28 | * `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published |
| 29 | * `summary` (optional) summary/description of the video (same as `.content`) | ||
| 30 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits | 29 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits |
| 31 | * `x` containing the SHA-256 hexencoded string of the file. | 30 | * `x` containing the SHA-256 hexencoded string of the file. |
| 32 | * `size` (optional) size of file in bytes | 31 | * `size` (optional) size of file in bytes |
| @@ -55,7 +54,6 @@ The list of tags are as follows: | |||
| 55 | ["d", "<UUID>"], | 54 | ["d", "<UUID>"], |
| 56 | 55 | ||
| 57 | ["title", "<title of video>"], | 56 | ["title", "<title of video>"], |
| 58 | ["summary", "<summary of video>"], | ||
| 59 | ["thumb", "<thumbnail image for video>"], | 57 | ["thumb", "<thumbnail image for video>"], |
| 60 | ["published_at", "<unix timestamp>"], | 58 | ["published_at", "<unix timestamp>"], |
| 61 | ["alt", <description>], | 59 | ["alt", <description>], |