appleboy / go-whisper

Speech o Text using docker image with ggerganov/whisper.cpp
MIT License
54 stars 6 forks source link

feat: implement YouTube video downloading feature #4

Closed appleboy closed 1 year ago

appleboy commented 1 year ago
- Add youtube/v2 v2.8.1 and x/net v0.9.0 dependencies
- Add new flag "youtube" for youtube URL input
- Implement youtube video downloading functionality in main.go
- Create new youtube.go file for handling video download and processing

fix #3

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>