You are not logged in.
Pages: 1
yt-dlp works. but y2dlp-gui won't work with the error
Error: GraphicsCreationFailed(GraphicsAdapterNotFound)I wan't yt-dlp's graphical frontend.
Any way to fix the error.
Regards.
Last edited by fygar256 (2023-04-02 16:22:14)
Offline
Sorry. solved by myself. I wrote the code what substitutes for ytdlp-gui but i don't know that's enough.
#!/bin/bash
url=$(zenity --entry --title="Youtube downloader yt-dlp" --text="Input URL")
yt-dlp $urlI used zenity.
Thank you.
Offline
Pages: 1