m1guelpf / yt-whisper

Using OpenAI's Whisper to automatically generate YouTube subtitles
MIT License
1.37k stars 140 forks source link

Error: no matches found #3

Closed justincone-buck closed 2 years ago

justincone-buck commented 2 years ago

Steps to reproduce

  1. After installation, use example command: yt_whisper https://www.youtube.com/watch?v=dQw4w9WgXcQ

Error

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

justincone-buck commented 2 years ago

This error has something to do with the fact that I was using zsh instead of bash. I switched to bash, re-ran the pip installer and all is working well now.