Thursday, July 22, 2010

Download Youtube video in .mp4 format

  • Download Youtube video in mp4 format without using any software or any website using a simple javascript.
  • This script let you download Youtube video directly from the website without any delay.
  • Below is the code to download a video from the you tube,copy-paste this code into the address bar when your desired video starts buffering.Isn't it amazing script??? I have attached a screenshot of the video also.
  • copy this script into address bar:

javascript:if(document.location.href.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/)){document.location.href='http://www.youtube.com/get_video?fmt='+(isHDAvailable?'22':'18')+'&video_id='+swfArgs['video_id']+'&t='+swfArgs['t']}




4 comments:

  1. thnx...it really works....

    ReplyDelete
  2. the get_video url is not availiable , i get error 404

    it used to work fine , but today it stopped

    ReplyDelete
  3. the same here... are there any fixes? or alternative URLS?

    ReplyDelete
  4. hey...mine is wrkin fyn guys....

    ReplyDelete