Nov 8, 2009
Pages: 1, 2, 3, 4, 5, 6

How To Download Youtube Videos - without softwares or websites

free web hosting

Read Latest Entries..: (Post #54) by Dark_Archer on Mar 2 2009, 06:56 PM.
Thanks!This helped a lot, I dont have to use that software anymore- Dark Archer
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > Tutorials

How To Download Youtube Videos - without softwares or websites

Framp
With this how to you'll find out how to download videos from youtube without using any software or website.

1. Retrieve the id video from the link (the code after ‘v=’)
example: http://www.youtube.com/watch?v=muP9eH2p2PI => muP9eH2p2PI
2. In your favourite browser go to http://youtube.com/v/{ID video}
example: http://youtube.com/v/muP9eH2p2PI
3. Link in the address bar will change. Replace ’swf/l.swf’ with ‘get_video’ and press Enter
4. Save your file
biggrin.gif

Here it's a little php code that will do this stuff
CODE
<?php
$idvideo = $_GET['link'];
$base = 'http://it.youtube.com';
$url_parsed = parse_url("$base/v/$idvideo");
$host = $url_parsed['host'];
$path = $url_parsed['path'];
$out = "HEAD $path HTTP/1.0\r\nHost: $host\r\n\r\n";
$fp = fsockopen($host, 80, $errno, $errstr, 30);
fwrite($fp, $out);

while (!feof($fp)) {
$line = fgets($fp, 8192);
if (preg_match('/Location/', $line)){
die("Link : $base".preg_replace(array('/^Location: /','/swf\/l\.swf/'), array('','get_video'), $line)."\n");
}
}
?>


Byez

 

 

 


Comment/Reply (w/o sign-up)

encryptedwrath
QUOTE(Framp @ May 26 2008, 03:01 PM) *
With this how to you'll find out how to download videos from youtube without using any software or website.

1. Retrieve the id video from the link (the code after ‘v=’)
example: http://www.youtube.com/watch?v=muP9eH2p2PI => muP9eH2p2PI
2. In your favourite browser go to http://youtube.com/v/{ID video}
example: http://youtube.com/v/muP9eH2p2PI
3. Link in the address bar will change. Replace ’swf/l.swf’ with ‘get_video’ and press Enter
4. Save your file
biggrin.gif

Here it's a little php code that will do this stuff
CODE
<?php
$idvideo = $_GET['link'];
$base = 'http://it.youtube.com';
$url_parsed = parse_url("$base/v/$idvideo");
$host = $url_parsed['host'];
$path = $url_parsed['path'];
$out = "HEAD $path HTTP/1.0\r\nHost: $host\r\n\r\n";
$fp = fsockopen($host, 80, $errno, $errstr, 30);
fwrite($fp, $out);

while (!feof($fp)) {
$line = fgets($fp, 8192);
if (preg_match('/Location/', $line)){
die("Link : $base".preg_replace(array('/^Location: /','/swf\/l\.swf/'), array('','get_video'), $line)."\n");
}
}
?>


Byez

Heh. Great little tip. Helped me a load! Thanks!

 

 

 


Comment/Reply (w/o sign-up)

ivantoar
Whoa thank you Framp, you've posted a nice trick! I'm tired using websites and programs to download these videos smile.gif

Comment/Reply (w/o sign-up)

Ancient Lewi
THANK YOU SO MUCH, i been waiting over a year to find out howto do this!!!

Comment/Reply (w/o sign-up)

seba1killer
Thanks Framp, i think that will add YouTube downloader to my web, it looks easy.
Regards

Comment/Reply (w/o sign-up)

undftdx
wow i had no clue you could do that with the php code. those programs that convert the videos are not reliable.
Thanks for the tips!

Comment/Reply (w/o sign-up)

mm22
really simple and useful piece of code... any idea regarding privacy/policy/legal aspects of, say, putting such a service on your website?

Comment/Reply (w/o sign-up)

leobrazer
I am not good with codes and stuff, so for those who need a simpler way, go to www.keepvid.com, copy the video's url in the box provided and press download. After the download is complete, rename the file to [name].flv .

This site also helps you to download videos from some other video sites. There is also an FLV player you can download from here.

Comment/Reply (w/o sign-up)

al-amakine
thank youu so much

now i can download any video yeahhhhhhhhhhhhhhh

Comment/Reply (w/o sign-up)

Aethix
This is actually a pretty cool tip. I was using this program called "Gogago YouTube video player" that allows me to watch the youtube video and also download the files, but it was kinda bulky for what it did.


Comment/Reply (w/o sign-up)

Latest Entries

Dark_Archer
Thanks!

This helped a lot, I dont have to use that software anymore

- Dark Archer

Comment/Reply (w/o sign-up)

andreip
Pretty awesome. I tried a lot of Youtube downloading video software but many of them had problems. I couldn't find any free decent one. Thank you for sharing mate.

Comment/Reply (w/o sign-up)

Ash-Bash
I know.

Unlike some things where you have to download and they have Malware + Adware :S.

Comment/Reply (w/o sign-up)

flashy
Wow!

I never knew it was that easy - since i thought the videos were hidden secretly and encoded biggrin.gif

Thanks dude, awesome biggrin.gif

---

Another great thing is this publisher called "DVDVideoSoft" and it has EVERYTHING about videos, with youtube -> 3gp too

Comment/Reply (w/o sign-up)

Ash-Bash
Framp,

This is a fantastic tutorial you have made,

I have now downloaded over 200 video's off Youtube Lol XD.

Keep up the fantastic work.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3, 4, 5, 6
Similar Topics

Keywords : download, youtube, videos, softwares, websites

  1. How To Download Any Flv Files From Any Sites
    (7)
  2. How To Extract The Audio From Youtube Videos
    get an mp3 file from youtube (6)
    How To Extract The Audio From YouTube Videos This lovely simple tutorial will tell you how
    to extract the audio from YouTube videos. Obviously , I am not in any way advocating that you take
    copyrighted music that is available illegally in video-form on YouTube and extract the audio from
    those videos rather than going down to HMV and buying the music. In this tutorial I will be using
    the following video: http://uk.youtube.com/watch?v=gUhhRc5eWNw Firstly, you download the video,
    which is simple. Just go to www.downloadyoutubevideos.com and paste the video....
  3. Tutorial : Hide Folder Without Any Softwares
    Descriptive enough! (17)
    It's easy, just a few steps and your folder will be hidden First step : Create folder, name it
    using alt+0160 Second : A folder will be created with name 1 space, then right click the folder,
    properties, customize, change icon, see for a blank icon and press apply Enjoy Video tutorial
    uploaded by me http://www.youtube.com/watch?v=EW8dD3KeUJk Have fun.....
  4. Download Files Off Esnips.com
    even now that the download button is gone! (0)
    hey everyone, i am sure that many of you may have heard of esnips , which is basically online file
    storage/sharing. you can now find almost any file imaginable on esnips, and in many ways it is
    better than rapidshare. previously, once you are signed in to esnips, you were able to download any
    esnips file via a button only viewable to members. back then, there was a method to download any
    file without even signing in. then, probably due to legal issues, users were able to choose whether
    or not people could download their files. the hack mentioned above, though, still....
  5. How Can I Create Websites With Free Software?
    A challenge given to me by David of Essex (not David Essex) (16)
    OK I've done it! made a selection of tutorials and programs I'm Going to be making a CD with
    all this on if anyone is interested... So The Challenge! To Find Open Source/Free software and
    build a website with it Flash NO Javascript YES HTML YES PHP YES The Software KompoZer
    in the end its the best! it has ftp WYSIWYG and Raw code editing so its satisfying everyone
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> FTPcommander
    is brilliant! GIMP An excellent image editing program and as always FREE! Ok s....
  6. Creating Navigation For Html Websites
    Have a common navigation menu for the whole website! (12)
    Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
    added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
    and organization. Designing a proper navigation system is a basic step in building your website. If
    you are developing webpages in html you would have observed that as you go on creating pages it
    becomes difficult to maintain the links to the pages. This article will guide you in developing a
    common navigation menu for your website. It describes three ways, so if you don'....
  7. [asp Tutorial]basic Info & Download/installation Tutorial For Asp.net 2.0
    Tutorial Type:Beginner-Advance (1)
    Basic Info & Download/Installation Tutorial for ASP.NET 2.0 Introduction Well I
    received a book about programming in ASP 2.0 and was ask to review it after I went through this
    book. In my success I was able to download and install the software needed in order to get it
    running on my computer. So those would like to like to learn to program in ASP or refresh your mind.
    Then this tutorial I am providing will give you some basic information on ASP and install the
    software needed to get ASP running. Unless you already have a windows base hosting provider,....
  8. How To Fix Problems With Shareaza
    ONLY for people to download LEGAL files with. (1)
    Can't run shareaza and surf the internet at the same time? There could be two
    problems: Your uploads are killing your downloads and/or you are using Windows 95/98/ME. If you
    are uploading constantly and havent limited the bandwidth then it is likely that you are killing
    your download speed which is affecting your ability to surf the web and do other tasks. If you
    are uploading lots and download speeds are suffering: Start Shareaza. Click on the Tools menu,
    then click Shareaza Settings. In the box that just popped up, there is a list of men....
  9. Download Videos From Sites & Convert It.
    especially sites like youtube, google etc... (28)
    This tutorial shows you how to download videos from sites like YouTube, Google, Break etc, which
    runs is in the extension of .flv(Flash Video), and then convert it to .avi or .mpg format. First of
    all, go to http://keepvid.com This site support the download of the sites listed below. QUOTE
    Angry Alien, ArtistDirect, Blastro, Blennus, Blip.tv, Bofunk, Bolt, Break.com, Castpost, Current TV,
    Dailymotion, DevilDucky, FindVideos, Free Video Blog, Google Video, Grinvi, Grouper, iFilm, LuluTV,
    Metacafe, Midis.biz, Music.com, MusicVideoCodes.info, MySpace, MySpace Video ....
  10. How To Convert Any Format Video To Dvd Format
    convert videos on your computer to DVD format and burn them to a playa (0)
    How to Convert any Format Video to DVD Format Easily convert videos on your
    computer to DVD format and burn them to a playable DVD disk. by
    brautigam - 7/10/06 Programs Needed: WinAVI Video Converter Folder2Iso
    Nero 7 Ultra Edition (or an equivilent DVD burning software with a "Burn Image to Disk" feature)
    Step 1) a. Open up WinAVIVideoConverter (Don't worry if it says something about
    your codecs, just press close). b. Click on convert to DVD in the bottom right. c. Find ....
  11. How To Download From Brturbo
    Using flashget (1)
    How to download from brturbo 1 ) goto main flashget options 2 ) goto proxy tab click "add" 3 )
    enter BrTurbo in title box 4 ) check the HTTP circle 5 ) enter 200.199.201.81 in Server box 6 )
    enter 80 in Port box 7 ) click OK to close proxy box 8 ) go to connection tab 9 ) enter 500 for
    Connection 10 ) enter 500 for data 11 ) value between 5-10 in retry delay 12 ) copy your BrTurbo
    link 13 ) "paste url" into flashget 14 ) an "add new download" box will appear 15 ) under general
    tab enter 10 in split file part simultaneous box 16 ) go to advanced tab 17 ) in proxy box s....
  12. Php Menu Bulding Script And Site Template
    available for download (0)
    A Php Menu-builder Tutorial This Sidebar Menu-builder code and the php scripts are adapted from
    a Tutorial on the Astahost.com Forum titled : CMS101 - Content Management System Design .
    Since the original tutorial's author (vujsa) did such a marvellous job of describing the system
    in the original Topic posting, I will not attempt to explain it here, rather, I invite you to have a
    look at his Topic and learn from it. The Basic tutorial provided coding for developing a table-based
    web-site template which used php includes and embedded data to create a &....
  13. Ie Download Limit
    (0)
    If you have ever tried to download several things simultaneously through IE then you may have
    noticed that it doesn't work quite the way you may have hoped it to. This is because IE limits
    the amount of simultaneous downloads to two. This is done so that the perceived download progress
    appears to be tolerable. If you have a high speed connection then your browser should be able to
    handle a few more downloads. Here is 2 different steps I found to increase your number of
    connections. Have fun! QUOTE This is to increase the the number of max downloads to 10. 1. S....
  14. How To: Change Your Website's Index File
    a simple trick using .htaccess (24)
    How To: Change Your Website's Index File a simple trick using the .htaccess file A simple
    tutorial which only involves editing one little file. Useful for those of us who have mime-typed
    extensions or who are creating lots of test design files and want an easy way to make the design
    they like best their default file. Create a file called .htaccess in the /public_html/ folder if
    you don't have it. I think one should be there already when you get your site so if it isn't
    you should create it anyway! In the file write the following: CODE Direct....

    1. Looking for download, youtube, videos, softwares, websites

Searching Video's for download, youtube, videos, softwares, websites
See Also,
advertisement


How To Download Youtube Videos - without softwares or websites

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com