Findeton / real-state-10k

The real state 10k dataset from https://google.github.io/realestate10k
20 stars 4 forks source link

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

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.

wzy-99 commented 1 month ago

I just change the line:

https://github.com/Findeton/real-state-10k/blob/c0b9171f1000d1f60e8abf6b80074bc4f71811d8/downloadAndProcess.py#L48

to:

return_code = call(["yt-dlp", "-f", "bestvideo[height<=480]", videoPathURL, "-o", targetPath, "--cookies", "./cookies.txt", "--verbose"])

Then it works.

wangqiang9 commented 1 month ago

I just change the line:

https://github.com/Findeton/real-state-10k/blob/c0b9171f1000d1f60e8abf6b80074bc4f71811d8/downloadAndProcess.py#L48

to:

return_code = call(["yt-dlp", "-f", "bestvideo[height<=480]", videoPathURL, "-o", targetPath, "--cookies", "./cookies.txt", "--verbose"])

Then it works.

Sorry, yt-dlp does not work now...