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

Note: More sources that YouTube works #11

Closed StaffanBetner closed 1 year ago

StaffanBetner commented 1 year ago

I noticed that I e.g. instead of a YouTube link could enter a link to a podcast episode and it worked just as well. Maybe something to change in the notebook?

ArthurFDLR commented 1 year ago

The Notebook relies on yt-dlp to download videos. While this package's primary focus is Youtube, it also supports many other websites. And I don't think there's any strong argument for restricting the ingestion to Youtube videos only.

StaffanBetner commented 1 year ago

My point was that it is a good idea to point out that more material than YouTube videos works, not that it should be restricted to only YouTube videos.