LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-24-2012, 10:14 AM   #1
Nutria
Member
 
Registered: Nov 2007
Location: New Orleans, LA, USA
Distribution: Xubuntu
Posts: 67

Rep: Reputation: 6
clive and youtube-dl have stopped working


Has anyone else experienced this?

Code:
$ clive "http://www.youtube.com/watch?v=fwxBj5OfeGM"
fetch http://www.youtube.com/watch?v=fuRKbvpWPUI ...done.
verify video link ...
error: Unknown error (http/403)
	(in cleanup) cannot access `DESTROY' field in class clive::Video at /usr/share/perl5/clive/App.pm line 106

$ cclive "http://www.youtube.com/watch?v=fwxBj5OfeGM"
Checking ... ..... ...... .....libquvi: error: server response code 403 (conncode=0)


$ youtube-dl "http://www.youtube.com/watch?v=fwxBj5OfeGM"
[youtube] Setting language
[youtube] fuRKbvpWPUI: Downloading video webpage
[youtube] fuRKbvpWPUI: Downloading video info webpage
[youtube] fuRKbvpWPUI: Extracting video information

ERROR: unable to download video
 
Old 11-24-2012, 10:39 AM   #2
mdlinuxwolf
Member
 
Registered: Dec 2006
Distribution: Mepis and Fedora, also Mandrake and SuSE PC-BSD Mint Solaris 11 express
Posts: 385

Rep: Reputation: 42
downloading video alternatives.

Quote:
Originally Posted by Nutria View Post
Has anyone else experienced this?

Code:
$ clive "http://www.youtube.com/watch?v=fwxBj5OfeGM"
fetch http://www.youtube.com/watch?v=fuRKbvpWPUI ...done.
verify video link ...
error: Unknown error (http/403)
	(in cleanup) cannot access `DESTROY' field in class clive::Video at /usr/share/perl5/clive/App.pm line 106

$ cclive "http://www.youtube.com/watch?v=fwxBj5OfeGM"
Checking ... ..... ...... .....libquvi: error: server response code 403 (conncode=0)


$ youtube-dl "http://www.youtube.com/watch?v=fwxBj5OfeGM"
[youtube] Setting language
[youtube] fuRKbvpWPUI: Downloading video webpage
[youtube] fuRKbvpWPUI: Downloading video info webpage
[youtube] fuRKbvpWPUI: Extracting video information

ERROR: unable to download video

That's odd. Try using minitube or XvideoServiceThief instead. Of course, if you simply want to download videos, both Chrome and Firefox can do this with extensions. Google something like best youtube downloaders for (your favorite web browser like Firefox, Chrome, Opera....)

Chrome is basically awesome at doing downloads not just for youtube but many other video sites as well.
 
Old 11-24-2012, 03:45 PM   #3
dru8274
Member
 
Registered: Oct 2011
Location: New Zealand
Distribution: Debian
Posts: 105

Rep: Reputation: 37
That youtube-dl command works okay here. But is your youtube-dl version the latest? Mine is...
Code:
$ youtube-dl --version
2012.11.17
So it looks like the youtube-dl script was update a week back. To update to latest...
Code:
$ sudo youtube-dl --update
Happy with ur solution... then tick "yes" and mark as Solved!

Last edited by dru8274; 11-25-2012 at 06:27 AM.
 
1 members found this post helpful.
Old 11-25-2012, 12:47 AM   #4
Nutria
Member
 
Registered: Nov 2007
Location: New Orleans, LA, USA
Distribution: Xubuntu
Posts: 67

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by dru8274 View Post
That youtube-dl command works okay here. But is your youtube-dl version the latest? Mine is...
Code:
$ youtube-dl --version
2012.11.17
So it looks like the youtube-dl script was update a week back. To update to latest...
Code:
youtube-dl --update
Happy with ur solution... then tick "yes" and mark as Solved!
Mine's from the Ubuntu 12.04 repos. Tomorrow I'll install a local version and try it out.
.
.
 
Old 11-25-2012, 03:00 PM   #5
penguinator
LQ Newbie
 
Registered: Nov 2012
Posts: 24

Rep: Reputation: Disabled
You don't need to download a local version. Just run

Code:
sudo youtube-dl -U
This will check for the latest version and install it. This last part is optional but you can run
youtube-dl --version before and after the install to verify if it updated successfully.

Also, in very rare occasions sometimes the latest update will not worked. You see, google doesn't want anyone downloading the videos and they're always changing things around. Which is why you need to run youtude-dl -U very often.

Here's a tip for better file name titles.

Add -o "%(title)s.mp4" or -o "%(title)s.flv" after the link to get better titles for the videos.

For example

youtube-dl -f18 <youtube link> -o "%(title)s.mp4"

or

youtube-dl <youtube link> -o "%(title)s.flv"

Last edited by penguinator; 11-25-2012 at 03:38 PM.
 
Old 11-25-2012, 05:03 PM   #6
Nutria
Member
 
Registered: Nov 2007
Location: New Orleans, LA, USA
Distribution: Xubuntu
Posts: 67

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by dru8274 View Post
That youtube-dl command works okay here. But is your youtube-dl version the latest? Mine is...
Code:
$ youtube-dl --version
2012.11.17
That's interesting. http://rg3.github.com/youtube-dl/download.html indicates that the latest version is 2012.10.09.
.
.
.
 
Old 11-25-2012, 05:12 PM   #7
Nutria
Member
 
Registered: Nov 2007
Location: New Orleans, LA, USA
Distribution: Xubuntu
Posts: 67

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by Nutria View Post
That's interesting. http://rg3.github.com/youtube-dl/download.html indicates that the latest version is 2012.10.09.
.
.
.
Well, after downloading it, I ran the update and now it's at 2012.11.17 and downloads again.
.
.
.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Youtube is not working tamilselvan1234 Ubuntu 1 04-28-2012 03:56 PM
[SOLVED] Latest clive can't download YouTube videos Mr. Alex Arch 3 08-09-2011 05:51 AM
[SOLVED] Ubuntu 11.04 mic stopped working in HP G-32, but was working before.how to fix it? Highjo Ubuntu 4 08-08-2011 05:59 AM
Three Mobile Broadband was configured and working but it has now stopped working and Tinabarma Linux - Newbie 0 10-20-2008 07:36 AM
LXer: Clive - Download videos from YouTube & other video sharing websites LXer Syndicated Linux News 0 08-16-2008 06:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration