Rudloff / alltube

Web GUI for youtube-dl
GNU General Public License v3.0
2.96k stars 582 forks source link

Unable to extract uploader id #432

Closed paulchartres closed 1 year ago

paulchartres commented 1 year ago

What is your operating system (Windows, Linux, OSX, etc.)?

Linux Debian

What is your web server (Apache, IIS, etc.)?

Docker image

What version of AllTube are you using?

Latest

How did you install AllTube?

Docker

What version of PHP are you using?

The one in the image

What version of Python are you using?

The one in the image

What version of youtube-dl are you using?

The one in the image

Do you get any PHP-related errors in your webserver's logs?

No response

What is the content of your "config/config.yml" file?

No response

Please provide the URL of a video that causes the issue.

https://www.youtube.com/watch?v=dQw4w9WgXcQ

Describe your issue

I'm getting an error related to youtube-dl:

'/usr/bin/python' 'vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py' '--no-warnings' '--ignore-errors' '--flat-playlist' '--restrict-filenames' '--no-playlist' '--dump-single-json' 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' '-f' 'best[protocol=https]/best[protocol=http]/bestvideo[protocol=https]/bestvideo[protocol=http]' failed with this error:
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.

Seems to be happening on every video I try.

st-ivan commented 1 year ago

hello.. sorry, new to github.. so how do i fix this? how do i switch to yt-dlp?

Rudloff commented 1 year ago

I switched the develop branch to yt-dlp, so the next release will use it and it should fix the bug you reported.