Open wangqiang9 opened 2 months ago
maybe you can try this pr: #15
maybe you can try this pr: #15
useless...sorry
did you make it?
# yt_dlp download options
ydl_opts = {
"format": "bestvideo[height<=480]",
"outtmpl": f"./{videoname}",
"username": "oauth",
"password": "",
}
# Initialize yt_dlp and download the video
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
ydl.download([data.url])
login helps in my case
And I try to use the dlp-yt , but it does not work ... How can I download real-state-10k from youtube now? It is very thorny problem for me.