youtube-dl-gui icon indicating copy to clipboard operation
youtube-dl-gui copied to clipboard

fix: Unable to extract uploader id

Open jjangga0214 opened this issue 1 year ago • 6 comments

스크린샷 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?

jjangga0214 avatar Apr 08 '23 12:04 jjangga0214

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

  • download the latest binary for your platform from here: https://github.com/yt-dlp/yt-dlp/releases
  • place the binary here: <app-directory>/resources/app.asar.unpacked/binaries
  • open a command prompt or terminal in the directory and run yt-dlp --version
  • edit the ytdlVersion file with the proper version number
  • open the app and wait until it updates its dependencies

ngergo6 avatar Apr 09 '23 19:04 ngergo6

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

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

dirkf avatar Apr 10 '23 18:04 dirkf

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

StefanLobbenmeier avatar Apr 12 '23 11:04 StefanLobbenmeier

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

abbasally5 avatar Jun 05 '23 00:06 abbasally5

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

sagarinbabel avatar Jul 20 '23 19:07 sagarinbabel

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

StefanLobbenmeier avatar Jul 21 '23 09:07 StefanLobbenmeier