Git Product home page Git Product logo

ytdlp-interface's Introduction

ytdlp-interface

This is a Windows graphical interface for yt-dlp, that is designed as a simple YouTube downloader. Since v1.2, the interface also accepts non-YouTube URLs, so theoretically it can be used to download from any site that yt-dlp supports (see the list).

Some third-party binaries are distributed with the program binary:

  • yt-dlp.exe : the command-line tool that downloads media from YouTube and other sites; from v1.1 forward, this is included for user convenience
  • ffmpeg.exe, ffprobe.exe : used by yt-dlp.exe for postprocessing (muxing formats, etc), downloaded from https://github.com/yt-dlp/FFmpeg-Builds
  • 7z.dll : 7-Zip plugin, used by the program to extract files from an archive when updating self or FFmpeg (since v1.5)

To use, unpack the archive in a new folder at a location of your choice, and run ytdlp-interface.exe. The program writes a settings file named ytdlp-interface.json to the folder it's in, or to %AppData% if the folder is not write accessible. For example, an application can't write in the Program Files folder (or any subfolder thereof) unless it has administrative permissions, so if ytdlp-interface.exe is located there, it won't be able to update yt-dlp and FFmpeg, or write the settings file there, unless it has administrator permissions (you would have to right-click on file and select Run as administrator, or in the properties of the shortcut, choose Advanced...->Run as administrator).

Download link: https://github.com/ErrorFlynn/ytdlp-interface/releases/download/v1.5.1/ytdlp-interface.7z


Building the source

The project depends on three static libraries: Nana C++ GUI library v1.8 or later (at the time I'm writing this v1.8 is in development, so you must build branch develop-1.8), libjpeg-turbo, and bit7z. To build Nana with JPEG support see this thread.

The program also uses JSON for modern C++ to get video info from yt-dlp.exe and to read/write the settings file, but that's just a header file that's included in the project (you can replace it with its latest version if you really want to).

The easiest way to build the project is to open the solution file with Visual Studio 2019 or later. If that's not an option, you're a resourceful individual, I'm sure you'll come up with something (that's as far as my support goes, sorry).


ytdlp-interface v1 5 - page 1


ytdlp-interface v1 5 - settings


ytdlp-interface v1 5 - updater


ytdlp-interface v1 5 - download page

ytdlp-interface's People

Contributors

errorflynn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.