Skip to content

ShalmonAnandas/Gui-Youtube-dl

Repository files navigation

GUIYoutube-dl

An easy Gui to download videos and an even easy clipper! A cross platform GUI for youtube-dl written entirely in python using the WX library.

Windows

Linux (Gtk4)

Installation:

Windows:

  • Download the win64.zip from releases
  • Unzip and run youtube-dl-gui.exe

Linux: (binaries available but would still recommend using the method mentioned below)

  • Prerequisites
    • wxpython
    • yt-dlp
  • Download the source.tar.xz from releases.
  • Open a terminal in the extracted folder and run "python3 gui_rework.py"

Known Bugs:

  • If the git cloned version dosent run on linux with error 'r/python does not exist' run 'fix.py' and it should work.