Closed julius-richter closed 1 year ago
Hi @julius-richter,
I am guessing this is due to your version of yt-dlp. Can you try to reinstall/upgrade the yt-dlp version and see how everything goes. Since all videos are publicly avalilable on youtube, it might not be the issue of authorization.
Yep, it was indeed a version problem of yt-dlp. Now it works, thanks for your reply! Perhaps you consider adding a requirements.txt :)
With the most recent version yt-dlp==2023.3.4
I ran into the aforementioned errors. But after downgrading to yt-dlp==2023.2.17
your script seems to work. Only get the following warning for every video:
WARNING: External Downloader arguments given without specifying name. The arguments will be given to aria2c
Best, Julius
The requirement file has been added.
Thanks a lot for providing the AV-dataset!
I tried to download the files using the download script. However, for most of the files I get errors which look like this:
It's probably related to some authorization problem using aria2, see: https://github.com/aria2/aria2/issues/512
Do you have any idea how to fix this issue?
Best, Julius