13

I am having issues downloading the newest version of ClipGrab http://clipgrab.de/en.

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.

Tim
  • 32,861
  • 27
  • 118
  • 178
John Bush
  • 131

5 Answers5

19

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 update

and then

sudo apt-get install clipgrab

Alternative 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-dl

The 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
Anwar
  • 76,649
2

Install Clipgrab using this method

1. open terminal and run the commands below

sudo gedit /etc/apt/sources.list.d/clipgrab.list

2. Then copy and paste the lines below into the file and save

deb http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu precise main
deb-src http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu precise main

3. Finally, run the commands below to install ClipGrab

sudo apt-get update && sudo apt-get install clipgrab

4. Run Clipgrab....Enjoy

Prasad RD
  • 2,013
  • Still not working. Did what you told me, still not working. – John Bush Sep 22 '12 at 06:26
  • 1
    Those commands work on my PC and now Clip-grab is running.Try to remove your existing Clip-grab PPA and do it again. – Prasad RD Sep 22 '12 at 06:33
  • Ok, I'll give it a shot. I seriously hate and I use the word 'hate' when things don't work anymore, this has been a real bother since I started using Ubuntu, I do love running this operating system, but it still has a lot of catching up to do. – John Bush Sep 22 '12 at 07:09
  • The version 3.2.0.8 from the clipgrab ppa doesn't work. Maybe YouTube changed something, so he has to wait for a new clipgrab version. – BuZZ-dEE Sep 22 '12 at 15:49
2

To 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 clipgrab

This installs clipgrab from the Clipgrab Team's PPA. (Here's some information on PPA safety.)

MDAU
  • 21
0

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 http://clipgrab.de/download/clipgrab-3.2.0.9.bz2
bunzip2 clipgrab-3.2.0.9.bz2
chmod +x clipgrab-3.2.0.9
./clipgrab-3.2.0.9

UPDATE: 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 clipgrab

Successful YouTube download with ClipGrab version 3.2.0.9.:

ClipGrab v.3.2.0.9.: Downloadable video found ClipGrab v.3.2.0.9.: Successful download

"No downloadable video could be found." error with ClipGrab version 3.2.0.8.:

ClipGrab v.3.2.0.8.: No downloadable video found error

Software with similar features like ClipGrab: xVideoServiceThief

xVideoServiceThief downloading

Download from GetDeb

BuZZ-dEE
  • 14,223
0

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:
http://www.noobslab.com/2015/01/clipgrab-is-now-available-for-all.html

BuZZ-dEE
  • 14,223