Error 99 address unavailable
I know that the address that Im using is available, but I keep getting this error
INFO:ytdl:adding https://www.youtube.com/watch?v=-OlbsNsANZo: quality='best' format='mp4' already=None folder='' custom_name_prefix='' WARNING: [youtube] <urlopen error [Errno 99] Address not available>. Retrying (1/3)...
Any help would be apprecaited.
I suspect you are not using the latest program, older versions of yt-dlp have this problem.
I suspect you are not using the latest program, older versions of yt-dlp have this problem.
I've updated to the latest version of Metube. However, I used the install instructions from mariushosting.com
well...it looks like a network problem. something like your cotainer does't support ipv6, wrong dns, etc... many possible reasons.
Try running the container with a different DNS eg, using --dns 8.8.8.8 in the docker run command.