abwilf/Social-IQ-2.0-Challenge

Video download error

Closed this issue · 4 comments

Hi, there!
I just tried to run the code python siq2/download_all.py but suffered from the following error:
ERROR: unable to download video data: HTTP Error 403: Forbidden
Could you help me fix the error? Thank you.

Hi @edrkr96 ,
I encountered the same problem, did you solve it?

abwilf commented

That may be a problem with the underlying youtube dl package. It sometimes needs to be updated when youtube updates. You can get an API key to download if it's not working.

@abwilf
Updating youtube dl package worked. Thank you!!

@msra-jqxu
In my case,
pip install --upgrade yt-dlp
worked.

abwilf commented

Glad to hear it! Closing the issue for now.