📜  Python|使用 youtube_dl 模块下载 YouTube 视频

📅  最后修改于: 2022-05-13 01:55:27.243000             🧑  作者: Mango

Python|使用 youtube_dl 模块下载 YouTube 视频

每天,您都必须在 YouTube 上观看一些可能与音乐、电影、研究、研究、休闲等相关的视频。您可能希望存储一些视频以备将来使用,因为缺少互联网或保存数据或任何其他原因。

如果我们告诉你,你可以使用Python来做这件事。让我们看看如何使用Python中的youtube_dl模块下载 Youtube 视频。

使用此命令安装模块 -

pip install youtube_dl

现在,假设您正在 YouTube 上观看此视频。
示例视频

下面是Python代码——

# importing module
import youtube_dl
  
ydl_opts = {}
  
def dwl_vid():
    with youtube_dl.YoutubeDL(ydl_opts) as ydl:
        ydl.download([zxt])
  
channel = 1
while (channel == int(1)):
    link_of_the_video = input("Copy & paste the URL of the YouTube video you want to download:- ")
    zxt = link_of_the_video.strip()
  
    dwl_vid()
    channel = int(input("Enter 1 if you want to download more videos \nEnter 0 if you are done "))

输出:
输入网址
编码过程

它已经完成了。您想要的视频将下载到Python文件夹中。
文件夹