diff options
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 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits | ||
| 30 | * `x` containing the SHA-256 hexencoded string of the file. | 29 | * `x` containing the SHA-256 hexencoded string of the file. |
| 31 | * `size` (optional) size of file in bytes | 30 | * `size` (optional) size of file in bytes |
| 32 | * `dim` (optional) size of file in pixels in the form `<width>x<height>` | 31 | * `dim` (optional) size of file in pixels in the form `<width>x<height>` |
| @@ -62,7 +61,6 @@ The list of tags are as follows: | |||
| 62 | ["url",<string with URI of file>], | 61 | ["url",<string with URI of file>], |
| 63 | ["m", <MIME type>], | 62 | ["m", <MIME type>], |
| 64 | ["x",<Hash SHA-256>], | 63 | ["x",<Hash SHA-256>], |
| 65 | ["aes-256-gcm",<key>, <iv>], | ||
| 66 | ["size", <size of file in bytes>], | 64 | ["size", <size of file in bytes>], |
| 67 | ["duration", <duration of video in seconds>], | 65 | ["duration", <duration of video in seconds>], |
| 68 | ["dim", <size of file in pixels>], | 66 | ["dim", <size of file in pixels>], |