WWBN / AVideo-Encoder

Encoder Server for AVideo Platform Open-Source
https://platform.avideo.com
GNU Affero General Public License v3.0
152 stars 189 forks source link

Error youtube-dl Encoder #532

Closed gbrn closed 7 months ago

gbrn commented 7 months ago

@DanielnetoDotCom Danny, I have this error message in Encoder, referring to youtube-dl. image

ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

I tried accessing the URL https://yt-dl.org/update But apparently it was legally closed.

youtube-dl is installed here:

ubuntu@ubuntu-server-arm-guibla:~$ sudo youtube-dl
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.

Public encoder works normally...

image

Can you tell me what this could be?

DanielnetoDotCom commented 7 months ago

Install this

sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && sudo chmod a+rx /usr/local/bin/yt-dlp 
gbrn commented 7 months ago

Danny, I checked that you were running an earlier version. This is because the official website is banned. image

I would already ask you about the possibility of switching to yt-dlp. I installed it here and it worked. OK

I think it is pertinent to update the installation WIKI: https://github.com/WWBN/AVideo-Encoder/wiki