Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wangqiang9 opened this issue Sep 5, 2024 · 3 comments
Open

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

wangqiang9 opened this issue Sep 5, 2024 · 3 comments

Comments

@wangqiang9
Copy link

wangqiang9 commented Sep 5, 2024

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.

@wangqiang9 wangqiang9 changed the title Can not download real state 10k Can not download real-state-10k from youtube. Sep 5, 2024
@wzy-99
Copy link

wzy-99 commented Oct 7, 2024

I just change the line:

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

to:

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

Then it works.

@wangqiang9
Copy link
Author

I just change the line:

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

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...

@Yuancheng-Xu
Copy link

Similar issue. I am wondering if there are working codebase that can help download the dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants