github.com/smok-dev-team/utube

Youtube SDK for Golang


Install
go get github.com/smok-dev-team/utube

Documentation

utube

一个 Youtube 相关的工具类库

GetVideoInfoWithVideoId

不需要授权认证, 即可根据 Youtube 视频的 ID 获取该视频的详细信息, 包含下载地址。

func GetVideoInfoWithVideoId(videoId string) (metadata *VideoInfo, err error)