JaGoLi / ytdl-gui

A simple-to-use, cross-platform graphical interface for youtube-dl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

looks only for youtube-dl which isn't included in solus os right out of the box. Instead uses youtube-dlc

diggajupadhyay opened this issue · comments

std::string ytdl_prog = "youtube-dl 2> /tmp/ytdl_stderr --no-warnings";

My application is designed to work with upstream youtube-dl and I will only support that version for now. Feel free to fork my application in order to maintain compatibility with the solus fork of youtube-dl by changing the code.