Jump to content

Downloading Youtube videos


adam291086

Recommended Posts

Hello

 

Youtube prevents us from downloading their videos. Is it possible to use PHP to take that video and download it. I know there are some websites that allow you to do this (only because my house mate did it for me) but i would like to create my own little program to do this. This is for my own personal use and not for everyone on the internet otherwise i would get into a bit of trouble.

Link to comment
Share on other sites

they are not extracting anything they just running it off youtube.com by using the object tag

 

<object width="543" height="451"><param name="movie" value="http://www.youtube.com/v/aAm9VwOv3YY&rel=1&autoplay=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/aAm9VwOv3YY&rel=1&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="543" height="451"></embed></object></p>

 

cut and paste it in a html page and you'll get it on the page.. they must be using an api to give the listing...

Link to comment
Share on other sites

When i view a youtube video in Firefox and Firebug reports a 5 MB file at "http://74.125.15.101/get_video?video_id=4ruic_HgQ6U&origin=dal-v120.dal.youtube.com"

with these post requests made by the flash player

origin:     dal-v120.dal.youtube.com

video_id:  4ruic_HgQ6U

 

you could use cURL to download this file then phrase it into a avi or mpg

 

Scott.

Link to comment
Share on other sites

Online FLV Converter : Download online videos direct to PC / iPod / PSP. It's free!

 

http://vixy.net/

 

 

About this service:

 

This service allows you convert a Flash Video / FLV file (YouTube's videos,etc) to MPEG4 (AVI/MOV/MP4/MP3/3GP) file online. It is using a compressed domain transcoder technology (outline in Japanese). It converts FLV to MPEG4 faster and less lossy than a typical transcoder.

 

When you submit an url, it will download and convert to the video format. Then you can download the converted file.

 

FLV to MPEG4 Conveter engine is now OpenSource. You can download the source code via subversion: http://sourceforge.net/svn/?group_id=183657

 

For Windows users: Please install DivX to play DivX AVI.

 

 

http://vixy.net/app/download/windows

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.