Skip to content

Commit

Permalink
Fix breaking issue caused by video metadata response change
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Apr 5, 2021
1 parent 802a3d2 commit de59936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion youtube/youtube.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ type videoMetadata struct {
StartTime interface{} `json:"start_time"`
PlaylistTitle interface{} `json:"playlist_title"`
Duration float64 `json:"duration"`
Abr int `json:"abr"`
ChannelURL string `json:"channel_url"`
AgeLimit int `json:"age_limit"`
DownloaderOptions struct {
Expand Down

0 comments on commit de59936

Please sign in to comment.