라벨이 Colab인 게시물 표시

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