Kenshin9977 / video-dl

A GUI for yt-dlp that aims to simplify its usage.
MIT License
32 stars 7 forks source link

video-dl (a yt-dlp GUI)

The purpose of this script is to simplify the usage of yt-dlp.

Requirements

Windows

All the requirements are embedded within the installer.

Linux

OSX

Downloads

The installer for Windows is available in the releases section. The program isn't signed yet, so your browser will probably warn you when downloading it.

Usage

Simply run the binary. The program isn't signed yet, so on Windows and MacOS you'll have a window popping up telling you the program isn't safe. Each option should be self explanatory. If it isn't, don't hesitate to create an issue so that I can fix that.

Features

Usage

Launch Video-dl, enter a valid URL of a supported website, select the options you want then click "Download".

Compile from sources

You need to install:

Add this plugin in your venv so that cookie's extraction works with Chromium-based browser.

Windows

Use pyinstaller and the file Windows-video-dl.spec pyinstaller Windows-video-dl.spec

MACOS

Use py2app and the file MACOS-video-dl.py python MACOS-video-dl.py py2app

Linux

Use pyinstaller and the file Linux-video-dl.spec pyinstaller Linux-video-dl.spec

Software used