Mount youtube videos properly
This commit is contained in:
@@ -25,6 +25,7 @@ type Download struct {
|
||||
Streamable int `json:"streamable"`
|
||||
Generated string `json:"-"` // jsonDate
|
||||
Token string `json:"-"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
||||
func (d *Download) UnmarshalJSON(data []byte) error {
|
||||
|
||||
Reference in New Issue
Block a user