# - bof - #



# -  - #
# - Documentation - #
https://ubuntuhandbook.org/index.php/2021/03/install-clipgrab-video-downloader-ppa-ubuntu-20-04/



:1.1
# -  - #
# - Install ClipGrab on terminal - #

sudo add-apt-repository ppa:xtradeb/apps;
update;
sudo apt install clipgrab;

:1.2
# -  - #
# - Remove ClipGrab on terminal - #
sudo add-apt-repository --remove ppa:xtradeb/apps;
sudo apt remove --auto-remove clipgrab
update;





:2
# -  - #
# - Install ClipGrab App manualy - #


:a
# -  - #
# - Create applications folder - #
mkdir -p ~/.local/share/applications;
mkdir -p ~/.AppImages/ClipGrab;

:b
# -  - #
# - Create ClipGrab configuration file - #
gedit ~/.local/share/applications/ClipGrab.desktop;

:c
# -  - #
# - Paste text in file - #


[Desktop Entry]
Type=Application
Name=ClipGrab
Comment=Download YouTube, Dailymotion, etc. Video Clips
Exec=/home/$USER/.AppImages/ClipGrab/ClipGrab-3.9.10-x86_64.AppImage
Icon=/home/$USER/.AppImages/ClipGrab/ClipGrabIcon1.png
Terminal=false
StartupWMClass=ClipGrab
Categories=Network;
StartupNotify=false



:d
# -  - #
# - Configure yt-dlp file - #
# - Documentation - #
https://stackoverflow.com/questions/66253521/clipgrab-error-downloading-youtube-dl-ssl-handshake-failed



/home/is_derayo/.local/share/ClipGrab/ClipGrab/

eliminate these files here:

yt-dlp
yt-dlp_linux






# - eof - #