How to Download YouTube Videos in Google Colab : yt-dlp
By installing yt-dlp , you can download YouTube videos in Google Colab. !pip install yt-dlp !yt-dlp https://www.youtube.com/watch?v=jNQXAC9IVRw -o first_youtube_video After running the above code and refreshing the files, you can see the downloaded video file( webm) . Reference - yt-dlp github : https://github.com/yt-dlp/yt-dlp