jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.4k stars 438 forks source link

fix: Unable to extract uploader id #484

Open jjangga0214 opened 1 year ago

jjangga0214 commented 1 year ago
스크린샷 2023-04-08 오후 9 58 01

Related to: https://github.com/ytdl-org/youtube-dl/issues/31530#issuecomment-1433324977

It's already resolved from yt-dlp's side.

Would it be proper for youtube-dl-gui to ship the latest version of it, though a manual update is possible?

ngergo6 commented 1 year ago

I had the same issue.

A proper fix is needed from the developer but if you want to use the app right now you can manually update yt-dlp

dirkf commented 1 year ago

Related to: ytdl-org/youtube-dl#31530 (comment)

Strictly, related to https://github.com/yt-dlp/yt-dlp/issues/6247.

StefanLobbenmeier commented 1 year ago

I agree, it would be nice to have an option in the settings to select the release channel, so we can also support yt-dlp daily builds

abbasally5 commented 1 year ago

If you are having this issue on linux, download the latest yt-dlp version and replacing the version in $HOME/.youtube-dl-gui/yt-dlp-unix with the newer version. You can run $HOME/.youtube-dl-gui/yt-dlp-unix --version before and after to make sure it worked

sagarinbabel commented 11 months ago

So I'm on macOS and it turns out there's yt-dlp_linux in the folder and not yt-dlp macos.

When I try to run yt-dlp --version it says yt-dlp isn't recognized in the terminal in the binaries folder.

The app doesn't work anyway and the reason seems to be

"errno": "ENOENT", "code": "ENOENT", "syscall": "spawn /Applications/Open Video Downloader.app/Contents/Resources/app.asar.unpacked/binaries/yt-dlp-unix", "path": "/Applications/Open Video Downloader.app/Contents/Resources/app.asar.unpacked/binaries/yt-dlp-unix",

All help much appreciated

StefanLobbenmeier commented 11 months ago

@sagarinbabel feel free to use my fork, that error should be fixed there