I am having issues downloading the newest version of ClipGrab .
I tried to install it in the terminal, and tried finding the software in Ubuntu Software Center. I have even tried to extract the folder for which the software is in at with no luck.
When trying to install in the terminal it gives me an error about my ppa.
No downloadable video could be found.
This is what happens when I try to download Clip Grab. I open it up, and then the web page pops up every time I try to use this program....every time, and I have removed the old version, put the new version in.....still NO LUCK.
I love this program, it has worked for several months, and this is annoying that I can not use this program now.
35 Answers
Clipgrab 3.2.0.9
Clipgrab 3.2.0.8 had some issue, it is now fixed in the latest release. To install, run these commands in a terminal (Open it with Ctrl-Alt-T ) to install it
sudo apt-add-repository ppa:clipgrab-team/ppa
sudo apt-get updateand then
sudo apt-get install clipgrabAlternative 1: Youtube-dl (CLI tool)
You can try to using "youtube-dl". It is better than clipgrab in downloading the youtube downloader. To install it, run this command
sudo apt-get install youtube-dlThe downside is youtube-dl is a command line tool.
Alternative 2: Minitube
Install it using the link
minitube ![Install minitube]()
or using terminal:
sudo apt-get install minitube 6 Install Clipgrab using this method
1. open terminal and run the commands below
sudo gedit /etc/apt/sources.list.d/clipgrab.list2. Then copy and paste the lines below into the file and save
deb precise main
deb-src precise main3. Finally, run the commands below to install ClipGrab
sudo apt-get update && sudo apt-get install clipgrab4. Run Clipgrab....Enjoy
4To Install ClipGrab on Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update
sudo apt-get install clipgrabThis installs clipgrab from the Clipgrab Team's PPA. (Here's some information on PPA safety.)
There is a new ClipGrab version 3.2.0.9. You have to wait until the author uploads this version to the ppa or you have to download it manually by typing the following one by one in a terminal (Ctrl+Alt+T).
wget
bunzip2 clipgrab-3.2.0.9.bz2
chmod +x clipgrab-3.2.0.9
./clipgrab-3.2.0.9UPDATE: You can get ClipGrab version 3.2.0.9. now from the ppa:
sudo apt-add-repository ppa:clipgrab-team/ppa
sudo apt-get update && sudo apt-get install clipgrabSuccessful YouTube download with ClipGrab version 3.2.0.9.:
"No downloadable video could be found." error with ClipGrab version 3.2.0.8.:
Software with similar features like ClipGrab: xVideoServiceThief
To Install ClipGrab in Ubuntu 15.04/14.10/14.04/12.04/Linux Mint 17.1/17/13 open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install clipgrab Source: