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

Could you shared downloaded TEDxJP-10K dataset? #4

Open
kju196 opened this issue Feb 28, 2022 · 1 comment
Open

Could you shared downloaded TEDxJP-10K dataset? #4

kju196 opened this issue Feb 28, 2022 · 1 comment

Comments

@kju196
Copy link

kju196 commented Feb 28, 2022

Hi there,
I tried to download it by script but seems Youtube prevent to download.
Could you shared downloaded TEDxJP-10K dataset?

@ruisukun21
Copy link

ruisukun21 commented Jun 14, 2022

I found an error in the script/cell for downloading TEDxJP-10K dataset

stream = os.popen(command+lines[0])

The script/cell is always downloading the first video because the line above.

I think the line should be:
stream = os.popen(command+url)

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

2 participants