ArthurFDLR / whisper-youtube

🔉 Youtube Videos Transcription with OpenAI's Whisper
https://colab.research.google.com/github/ArthurFDLR/whisper-youtube/blob/main/whisper_youtube.ipynb
MIT License
352 stars 105 forks source link

Fix No such file or directory. #15

Open smtclk1 opened 8 months ago

smtclk1 commented 8 months ago

This problem is caused by using video_info['id']. Because video_info['id'] is equal to playlistID. The model is trying to find the playlistID.wav file, the solution is to add the entries[id] in video_info into video_path_local_list.