You are not logged in.

#1 2023-04-02 12:17:49

fygar256
Member
From: Japan
Registered: 2023-03-03
Posts: 43
Website

[Solved]ytdlp-gui won't work.

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

#2 2023-04-02 16:21:49

fygar256
Member
From: Japan
Registered: 2023-03-03
Posts: 43
Website

Re: [Solved]ytdlp-gui won't work.

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 $url

I used zenity.
Thank you.

Offline

Board footer

Powered by FluxBB