Update dependencies and re-enable ytdlp.MustInstall
Upgraded several dependencies, including `go-ytdlp`, `go-crypto`, and `x/sys`, in `go.mod` and `go.sum`. Added `ulikunitz/xz` as an indirect dependency. Re-enabled `ytdlp.MustInstall` in the YouTube agent.
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
//ytdlp.MustInstall(context.Background(), nil)
|
||||
ytdlp.MustInstall(context.Background(), nil)
|
||||
}
|
||||
|
||||
func (a Agent) ReadYouTubeTranscript(ctx context.Context, u *url.URL, questions []string) (shared.Knowledge, error) {
|
||||
|
||||
Reference in New Issue
Block a user