zackees/transcribe-anything

Unable to transcribe YouTube videos

Closed this issue · 1 comments

the usage example at https://pypi.org/project/transcribe-anything/ (and in this repo's README file) is:

transcribe_anything https://www.youtube.com/watch?v=dQw4w9WgXcQ

When I run that, I get:

zsh: no matches found: https://www.youtube.com/watch?v=dQw4w9WgXcQ

same with any other YouTube video URLs.

(i am more successful with Rumble links.)

So by the looks of it you are using the Mac with the new zsh, which is getting confused by one of the characters. If you switch the bash shell it will just work fine.

The solution for the zsh is that instead of this:

transcribe_anything https://www.youtube.com/watch?v=dQw4w9WgXcQ

You put the second argument in quotes:

transcribe_anything "https://www.youtube.com/watch?v=dQw4w9WgXcQ"