Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post
Post Youtube Video Download In Milky Way 
 
Hi

I would like to have the youtube video downloader integerated in the milkyway style. I know it would use a custom page. but im a beginner and i failed in making one.

i would really appreciate if someone could tell me how to get it working in the milkyway style.


i think the form to input youtube link should be in the CustomYoutube.html (custom template file):
Code: [Download] [Hide] [Select]
<form method='post' action=''>
<input name='video' type='text' class='textbox' size="78"/>
<input type='submit' name='submit'value="Get it!" class="button">
</form>


and the link getting part should be in the CustomYoutube.php (custom php file):
Code: [Download] [Hide] [Select]
<?
if(eregi('youtube.com',$_POST['video'])){
$video="$_POST[video]";
$video2 = explode("watch?v=", $video);
$video2 = explode("&", $video2[1]);
$video2 = $video2[0];
 $source = file_get_contents($video);

preg_match("/var fullscreenUrl = '(.*?)';/is", $source, $link);
$link=str_replace('/','',$link[1]);
$link=str_replace("watch_fullscreen?",'',$link);
$title = explode("<title>", $source);
$title = explode("</title>", $title[1]);
$title=str_replace("YouTube - ","",$title[0]);
$pic="http://img.youtube.com/vi/$video2/default.jpg";

echo"<br><b>$title</b><br><br><img src="$pic"><br><br><a href="http://www.youtube.com/get_video?$link">Download</a>";
}

?>




here's a link to the original script:

Code: [Download] [Hide] [Select]
http://rapidshare.com/files/177648981/Youtube_Downloader_v2__Beta_.rar



thanks
 



 
BluffMasterSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron