kkdai / youtube

Download Youtube Video in Golang
MIT License
3.3k stars 430 forks source link

add search feature #323

Open XORbit01 opened 6 months ago

XORbit01 commented 6 months ago

like yt-dlp add the search feature, so we can search for videos and get the details, cz in my project I use your lib for downloading and yt-dlp for searching videos because your lib is much faster.

ppalone commented 3 months ago

@XORbit01 I made a small Go library https://github.com/ppalone/ytsearch for searching videos. See if it works for you :)