Youtube downloads seems to be file-conflicting between extensions #100
Labels
bug
Something isn't working
help wanted
Extra attention is needed
question
Further information is requested
I locally mounted this bot to test it before pushing to a VPS, it seems like the bot is not successfully getting files as the wanted extension.
For instance, i've tried dowloading this video [ https://www.youtube.com/watch?v=snTo1SZC4l4 ] as a .mp3 in the hightest quality, this happened:
https://pastebin.com/KFY51ed2
These logs shows how theres isnt a .mp3 in the given directory (line 52):
FileNotFoundError: [Errno 2] No such file or directory: './DOWNLOADS/1188403504RGxuJ/New Serena - Yakuza 4 (Extended)_320k.mp3'
However, when entering into the docker container and looking for it, the given folder actually contains a .webm:
(Plus: It successfully downloads as a video when choosing a .webm option, but after trying with other videos it seems to varies like this other one https://www.youtube.com/watch?v=dILwncYeLzs who downloads a .mkv)
The text was updated successfully, but these errors were encountered: