Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Unable to extract uploader id #484

Open
jjangga0214 opened this issue Apr 8, 2023 · 6 comments
Open

fix: Unable to extract uploader id #484

jjangga0214 opened this issue Apr 8, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@jjangga0214
Copy link

jjangga0214 commented Apr 8, 2023

스크린샷 2023-04-08 오후 9 58 01

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

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 jjangga0214 added the bug Something isn't working label Apr 8, 2023
@ngergo6
Copy link

ngergo6 commented Apr 9, 2023

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

@dirkf
Copy link

dirkf commented Apr 10, 2023

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

Strictly, related to yt-dlp/yt-dlp#6247.

@StefanLobbenmeier
Copy link
Contributor

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
Copy link

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
Copy link

sagarinbabel commented Jul 20, 2023

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants