maidamai0 / videoHub

A GUI wrapper for youtube-dl(In heavy development).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Hub

πŸ“š How to use

Download from release and make sure youtube-dl is in you PATH

πŸš€ Download engine

πŸ“¦ Dependencies

πŸ”¨ Build

  • Clone code

    git clone https://github.com/maidamai0/videoHub.git --recursive
    
  • Install dependencies (vcpkg for example)

    vcpkg install nlohmann_json spdlog glfw3 doctest fmt

    πŸ’‘ If you want to use tracy profiler you need install its dependencies too.

    vcpkg install capstone freetype libjpeg-turbo gl3w
  • Build, use ninja for example

    cd ${video_hub_git_root_path}
    mkdir build
    cd build
    cmake ..
    ninja

    πŸ’‘ you may need to some options to cmake.

πŸ“· Screen shots

Light theme Light theme Light theme

Downloading red Downloading yellow Downloading green

About

A GUI wrapper for youtube-dl(In heavy development).


Languages

Language:C++ 99.5%Language:CMake 0.5%