nateraw / download-musiccaps-dataset

Download the MusicCaps dataset for music captioning
Apache License 2.0
93 stars 8 forks source link

problem downloading youtube videos #1

Open JSmithOner opened 1 year ago

JSmithOner commented 1 year ago

Hello,

I get a whole bunch of messages like

Command 'yt-dlp --quiet --no-warnings -x --audio-format wav -f bestaudio -o "music_data/hwe6y-jSqdQ.wav" --download-sections "*30-40" [https://www.youtube.com/watch?v=hwe6y-jSqdQ'](https://www.youtube.com/watch?v=hwe6y-jSqdQ%27) returned non-zero exit status 1.

and I am not getting any data inside ./music_data folder.

Do you have any clues?

Best

nomionz commented 1 year ago

I'm facing the same problem.

JSmithOner commented 1 year ago

@nomionz you need to add some " around the video url. Best.

nomionz commented 1 year ago

@JSmithOner thank you so much, seems to be resolved. Have a nice day!

liberace23 commented 3 months ago

@nomionz you need to add some " around the video url. Best.

I'm facing the same issue! Could you please provide a detailed explanation of where the URL is and how it is formed? I tried adding double quotes after url_base, but it didn't work.

liberace23 commented 3 months ago

@JSmithOner thank you so much, seems to be resolved. Have a nice day!

I'm facing the same issue! Could you please provide a detailed explanation of where the URL is and how it is formed? I tried adding double quotes after url_base, but it didn't work.

anasvaf commented 1 month ago

Hello. I have the latest commit of the code (where the string of the video URL is addressed), I do not get any warnings like @JSmithOner. However, my music_data/ folder is still empty. Any thoughts?

image