| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.txt | 2021-03-10 | 1.4 kB | |
| ytdl-gui.tar.gz | 2021-03-10 | 6.2 MB | |
| Totals: 2 Items | 6.2 MB | 1 |
Package : ytdl-gui.tar.gz
Usage :
$ tar -xf ytdl-gui.tar.gz
$ cd ytdl-gui
$ sudo ./full_install.sh
Or :
$ tar -xf ytdl-gui.tar.gz && cd ytdl-gui && sudo ./full_install.sh
Or :
Double-click the full_install desktop launcher in the source dir
after unpacking the archive, have fun !
Installing :
Youtube-dl - download videos from youtube.com or other video platforms
- More info : https://github.com/ytdl-org/youtube-dl
Youtubedl-gui, A simple-to-use, cross-platform graphical interface for youtube-dl
written in qt-creator-c++
- More info : https://github.com/JaGoLi/ytdl-gui
Dependencies :
The archive contains dependencies, they are automaticly installed for you.
Direct compatible with the Skynet Linux Distro :
- https://sourceforge.net/projects/skynet-software/
Features :
There is a secundairy program "update" launcher to update youtube-dl to the latest edition.
Notes :
My command to make the archive in terminal :
$ tar -czvf archivename.tar.gz directorynametopack
My command to upload files to sourgeforge sftp in terminal :
$ sftp maxus@frs.sourceforge.net
$ yourpass
$ cd /home/frs/project/skynet-software/
$ dir -> shows the files of current dir
$ cd .. -> on dir back
$ put filename.txt -> to add files
$ rm filename.txt -> to remove files