Skip to content

Commit

Permalink
feat: VideoVideoFiles add 2k and 4k fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent 020aa95 commit 4cbb490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ type VideoSnippet struct {
type VideoVideoFiles struct {
External string `json:"external"` // URL of the external player
Mp4_1080 string `json:"mp4_1080"` // URL of the mpeg4 file with 1080p quality
Mp4_1440 string `json:"mp4_1440"` // URL of the mpeg4 file with 2k quality
Mp4_2160 string `json:"mp4_2160"` // URL of the mpeg4 file with 4k quality
Mp4_240 string `json:"mp4_240"` // URL of the mpeg4 file with 240p quality
Mp4_360 string `json:"mp4_360"` // URL of the mpeg4 file with 360p quality
Mp4_480 string `json:"mp4_480"` // URL of the mpeg4 file with 480p quality
Expand Down

0 comments on commit 4cbb490

Please sign in to comment.