Mount youtube videos properly

This commit is contained in:
Ben Adrian Sarmiento
2024-06-28 22:40:39 +02:00
parent c781a5fc7c
commit 6038380d38
5 changed files with 14 additions and 7 deletions

View File

@@ -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 {