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

Unable to extract uploaded id #1

Closed
chiho-5 opened this issue Oct 3, 2023 · 5 comments
Closed

Unable to extract uploaded id #1

chiho-5 opened this issue Oct 3, 2023 · 5 comments

Comments

@chiho-5
Copy link

chiho-5 commented Oct 3, 2023

Trying to download AudioCaps for captioning but all the processes are giving off errors "Unable to extract uploader id". Is there a way to resolve this issue

@Labbeti
Copy link
Owner

Labbeti commented Oct 3, 2023

Hi!
Could you share more information about your issue? (aac-datasets version, OS, error output). To show the aac-datasets version, just use the command aac-datasets-info.

I think this error can be caused by youtube-dl, which I think is no longer maintained for downloading YouTube videos, but I cannot be sure without more details.
You could also try yt-dlp instead (https://github.com/yt-dlp/yt-dlp), and specify the path to AudioCaps.

@chiho-5
Copy link
Author

chiho-5 commented Oct 4, 2023

Hi thanks for your response. I'm using the latest version and I'm running on google colab. I'm trying to understand what you're saying. Are you saying I should download yt-dlp and change the youtube-dl path in AudioCaps class to yt-dlp

@chiho-5
Copy link
Author

chiho-5 commented Oct 4, 2023

IMG_20231004_135317~2.jpg

Here's an image to explain better

@Labbeti
Copy link
Owner

Labbeti commented Oct 4, 2023

This message can occur for two reasons:

  • youtube-dl cannot download the audio file because it is outdated or ;
  • the original YouTube video has been deleted.

Using ytdlp should fix most of these errors, so I will change aac-datasets to use ytdlp instead of youtube-dl by default.

@chiho-5
Copy link
Author

chiho-5 commented Oct 4, 2023

Okay. I think it's the second problem. It seems like most of the files have been deleted. I changed the path of the YouTube-dl to yt-dlp and the problem still persists. Unless I did it wrongly.

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