kkdai / youtube

Download Youtube Video in Golang
MIT License
3.37k stars 433 forks source link

Video parsing result url is empty #252

Closed yezige closed 2 years ago

yezige commented 2 years ago

The following picture shows the debugging information, video id: vjbBaai9ZA8. image

corny commented 2 years ago

That's not a problem. Just pass the video and the format to client.GetStreamURL(video *Video, format *Format) to retreive the URL.

yezige commented 2 years ago

OK, thanks