Update video transcription code to use yt_dlp instead of pytube
#5
by
alamin655
- opened
This pull request updates the video transcription code to use yt_dlp instead of pytube. The rest of the code remains the same. The yt_dlp library is used to download the audio from YouTube videos in the get_text function. The summarizer pipeline is still commented out.
I tested the updated code on Google Colab and it works as expected.