Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sylviiu/ezytdl

Advanced electron-based frontend for yt-dlp
https://github.com/sylviiu/ezytdl

converter download downloader ezytdl ffmpeg ffmpeg-wrapper music soundcloud-downloader spotify-api spotify-downloader spotify-downloader-gui twitch-downloader video youtube-dl youtube-dl-gui youtube-dlc youtube-downloader yt-dlp yt-dlp-gui yt-dlp-wrapper

Last synced: 2 months ago
JSON representation

Advanced electron-based frontend for yt-dlp

Awesome Lists containing this project

README

        










## What is this?

**ezytdl** is an application that leverages yt-dlp and FFmpeg to provide a simple, easy-to-use interface for downloading videos from YouTube, Twitch, SoundCloud, and various other sites. It is built using [Electron](https://www.electronjs.org/), and is available for Windows, MacOS, and Linux.

-----

## Okay, a yt-dlp frontend, that's been done *many* times. How is this different from other ones?

- **Speed:** I've created a custom [python script](https://github.com/sylviiu/ytdlp-pybridge/) that acts as a bridge between the yt-dlp executable and the Electron app, [which allows for a much faster startup time than other yt-dlp frontends.](https://github.com/sylviiu/ezytdl/issues/51#issuecomment-1686556643)
- **Compatibility:** ezytdl is built using [Electron](https://www.electronjs.org/), which provides a cross-platform framework for building desktop applications. This means that ezytdl is available for Windows, MacOS, and Linux, and will work on all of them.
- **Feature Rich:** ezytdl gives you the ability to utilize yt-dlp in any way you wish, and also leverages FFmpeg in more ways than one. Aside from being able to download the highest quality media a service provides and merge using FFmpeg, ezytdl also provides an easy interface to convert media you already have on your system!

...and more which [softpedia detailed in their review of this app!](https://www.softpedia.com/get/Internet/Download-Managers/ezytdl.shtml)
*Thank you Robert Condorache!*

-----

## Installation

There are multiple ways you can get started with this! (at least on windows)

You can either run the portable version, or install it to your system!

- Head over to the [releases page](https://github.com/sylviiu/ezytdl/releases) and download either the setup or portable version of the latest release
- And just run. Done!

-----

## Building / running from source

- Make sure you have [Node.JS](https://nodejs.org/en) (and NPM) installed
- Clone the repository using the git client, or download the ZIP of either the latest release / from source code and extract.
- Install the package dependencies using `npm i` in the terminal.
- If you want to run the program from source code, you can just use `npm start`.
- If you want to *build* a portable program, running `npm run dist` will package up the program into an executable. The resulting package will be found in a newly-created `dist` directory

---

#### obligatory note

by using this program (ezytdl), you assume all responsibility for the use of it, including (but not limited to) any legal issues that may arise from it. the author of this program is not responsible for any damages caused by the use of this program.