cashiwamochi / RealEstate10K_Downloader

These scripts are used to download RealEstate10K dataset.
MIT License
62 stars 14 forks source link

Can not download real-state-10k from youtube. #14

Open wangqiang9 opened 2 months ago

wangqiang9 commented 2 months ago

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.

JunchenLiu77 commented 1 month ago

maybe you can try this pr: #15

wangqiang9 commented 3 weeks ago

maybe you can try this pr: #15

useless...sorry

peiyuan3392 commented 2 weeks ago

did you make it?

JunchenLiu77 commented 2 weeks ago
# 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