diff --git a/drivers/aliyundrive/driver.go b/drivers/aliyundrive/driver.go index 46e65525..6c78ddcf 100644 --- a/drivers/aliyundrive/driver.go +++ b/drivers/aliyundrive/driver.go @@ -337,6 +337,7 @@ func (d *AliDrive) Other(ctx context.Context, args model.OtherArgs) (interface{} case "video_preview": url = "https://api.aliyundrive.com/v2/file/get_video_preview_play_info" data["category"] = "live_transcoding" + data["url_expire_sec"] = 14400 default: return nil, errs.NotSupport }