📅  最后修改于: 2022-03-11 14:45:19.172000             🧑  作者: Mango
from __future__ import unicode_literals
import youtube_dl
ydl_opts = {}
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
ydl.download(['VideoURL'])