Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
12-07-2008, 11:51 AM
|
#1
|
|
Member
Registered: Jul 2003
Posts: 352
Rep:
|
youtube video grabber
Any suggestions how to grab a video from say youtube? What software
should one use?
|
|
|
|
12-07-2008, 12:01 PM
|
#2
|
|
Member
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian
Posts: 448
Rep:
|
youtube-dl. It's a python script and it works great. I use MPlayer to view what I download with it. VLC is likely just as good a candidate.
|
|
|
|
12-07-2008, 12:02 PM
|
#3
|
|
Member
Registered: Oct 2008
Distribution: Slackware: 12.1, 13.0, 13.1, 13.37, 64-14
Posts: 678
Rep: 
|
Try this
http://www.arrakis.es/~rggi3/youtube-dl/
[EDIT]
You beat me lurko!
But as you said - works great!
[/EDIT]
Last edited by astrogeek; 12-07-2008 at 12:05 PM.
|
|
|
|
12-07-2008, 12:33 PM
|
#4
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
If you use firefox, install downloadhelper.
|
|
|
|
12-07-2008, 01:14 PM
|
#5
|
|
Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Rep:
|
I use the Flash Got extension for Firefox.
Brian
|
|
|
|
12-07-2008, 01:21 PM
|
#6
|
|
Senior Member
Registered: Oct 2005
Distribution: Slackware 14.0
Posts: 2,961
|
If you are using Firefox and are lazy, or want to razzle-dazzle friends with your skills  :
1. Play the video in Firefox.
2. When the video completes, open your file manager.
3. Open the Firefox disk cache directory.
4. Sort the file list by date.
5. Locate the most recent large file of type "Unknown."
6. Copy that file to another directory.
7. Change the name of the file and add the flv extension.
The process takes about as long as most people need to read this post.
|
|
|
|
12-07-2008, 01:42 PM
|
#7
|
|
LQ Newbie
Registered: Apr 2008
Posts: 14
Rep:
|
If you use Fire Fox, try Fast Video Download,an extension, it works for me. Good luck.
|
|
|
|
12-07-2008, 02:05 PM
|
#8
|
|
Member
Registered: Oct 2008
Distribution: Slackware: 12.1, 13.0, 13.1, 13.37, 64-14
Posts: 678
Rep: 
|
I have wondered about that...
Thanks Woodsman!
Quote:
Originally Posted by Woodsman
3. Open the Firefox disk cache directory.
4. Sort the file list by date.
5. Locate the most recent large file...
|
I have wondered where such things were cached and how to find them easily... DUH! That should have other applicability as well, and simple - dare I say obvious...
|
|
|
|
12-07-2008, 05:29 PM
|
#9
|
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
This works just because Youtube is not a flv stream service, but rather using embedded flv video player. Don't expect this trick will always work.
|
|
|
|
12-07-2008, 05:46 PM
|
#10
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,684
Rep: 
|
The following code lets you download any youtube video as a .MP4 file:
Quote:
javascript:if%20(document.getElementById('download-youtube-video')==null%20&&%20!!(document.location.href.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/)))%20{var%20yt_mp4_path='http://www.youtube.com/get_video?fmt=18&video_id='+swfArgs['video_id']+'&t='+swfArgs['t'];%20var%20div_embed=document.getElementById('watch-embed-div');if(div_embed){var%20div_download=document.createElement('div');div_download.innerHTML='%3Cbr%2 0/%3E%20%3Cspan%20id=\'download-youtube-video\'%3E%3Ca%20href=\''+yt_mp4_path+'\'%3EDownload%20as%20MP4%3C/a%3E%20'+%20%20((navigator.userAgent.indexOf('Safari')!=-1)?'(control-click%20and%20select%20%3Ci%3EDownload%20linked%20file%20as%3C/i%3E)' '(right-click%20and%20select%20%3Ci%3ESave%20'+%20(navigator.appName=='Microsoft%20Internet%20Explorer'?'tar get':'link')%20+'%20as)%3C/i%3E'))+'%3C/span%3E';div_embed.appendChild(div_download);}}void(0);
|
I have this JavaScript code ready as a bookmark. Whenever I find a video I want to download, I click the bookmark and this creates an additional link below the "example embedded code" in the top right area of the youtube window.
Right-click and save the file as .MP4. Simple!
Eric
|
|
|
|
12-07-2008, 06:17 PM
|
#11
|
|
LQ Newbie
Registered: Dec 2008
Location: Finland
Posts: 11
Rep:
|
I use keepvid.com (videos downloaded from there will be in FLV format)
|
|
|
|
12-07-2008, 08:24 PM
|
#12
|
|
Senior Member
Registered: Jul 2007
Distribution: Slackware64-14.0
Posts: 2,192
|
Quote:
Originally Posted by Alien Bob
The following code lets you download any youtube video as a .MP4 file:
I have this JavaScript code ready as a bookmark. Whenever I find a video I want to download, I click the bookmark and this creates an additional link below the "example embedded code" in the top right area of the youtube window.
Right-click and save the file as .MP4. Simple!
Eric
|
That's very cool. I use DownloadHelper in Firefox (which really downloads flash videos from any site, even if it's not YouTube or even a popular site), but in Opera I will definitely use this.
|
|
|
|
12-08-2008, 03:25 AM
|
#13
|
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 14.0 (multilib)
Posts: 1,165
Rep:
|
I generally find them as the most recent file in /tmp/
Last edited by arubin; 12-08-2008 at 07:40 AM.
|
|
|
|
12-08-2008, 07:01 AM
|
#14
|
|
Member
Registered: Dec 2006
Posts: 271
Rep:
|
clive is a very good command-line utility for extracting videos. It's in the SBo repository.
|
|
|
|
12-08-2008, 07:14 AM
|
#15
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,860
|
I used http://tubeleecher.com to grab videos from YouTube and it worked 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:35 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|