gydl icon indicating copy to clipboard operation
gydl copied to clipboard

gydl (Graphical YouTube-Download) is a GUI wrapper around yt-dlp.

Results 16 gydl issues
Sort by recently updated
recently updated
newest added

It would be great if you can provide a progress bar downloading

Please use a proper window close button like other apps do. ![](https://user-images.githubusercontent.com/2480569/51072710-d0f48980-165c-11e9-90a3-7ef093419bef.png) Left-hand side: Correct (depending on the system-wide theme the user has selected) Right-hand side: Breaking the usual UX...

https://github.com/JannikHv/gydl/blob/35744b8bd90c5b09f9c2f0431319e6a143fe696f/Makefile#L21 Is this the correct location for an icon? Shouldn't it be `/usr/share/icons/hicolor/scalable/apps/gydl.svg`?

https://github.com/JannikHv/gydl/blob/35744b8bd90c5b09f9c2f0431319e6a143fe696f/Makefile#L18-L28 Please do not hardcode the `/usr` prefix so that one can use something like ``` $ ./configure --prefix=/usr $ make -j$(nproc) $ make install DESTDIR=$(readlink -f appdir) $ find...

Gydl already downloaded webm movie file, but I think that some ffmpeg problem occur. It's weird but manual converting (maybe better copying) audio works. My convert option : > ffmpeg...

Can you add opus codec as an option to download. Often opus have better quality than others, especially on youtube. Oh and please pack it with ogg / oga because...