While trying to download your dataset, I stumbled on a problem with yt-dlp. I kept getting error 400 from youtube. While debugging, I found out that you have a specific version of yt-dlp in your requirements.txt file wich was released in 2024.
To fix the error 400 problem I just had to change
git+https://github.com/yt-dlp/yt-dlp@a065086640e888e8d58c615d52ed2f4f4e4c9d18
by
git+https://github.com/yt-dlp/yt-dlp
So it uses the last version of yt-dlp instead of the 2024 one.
If you don't mind me asking, why is it like this ?
While trying to download your dataset, I stumbled on a problem with yt-dlp. I kept getting error 400 from youtube. While debugging, I found out that you have a specific version of yt-dlp in your requirements.txt file wich was released in 2024.
To fix the error 400 problem I just had to change
by
So it uses the last version of yt-dlp instead of the 2024 one.
If you don't mind me asking, why is it like this ?