Add the script to download video from YouTube to your site or
blog.
This YouTube download script from DVDVideoSoft is clearly free
and completely safe. Just insert the code from boxes below to your
site and it is ready!
Paste a YouTube video link and click the Get video button.
Tick the Direct download box to start download immediately.
Now copy the code from the first box right after the opening
BODY tag of your page
<script src="http://www.dvdvideosoft.com/yd4all.js"
type="text/javascript"></script>
<script type="text/javascript">
//you have to include the above-cited yd4all.js file.
//do not change IDs of the following DIVs:
resVideoLinkDivPre, resVideoLinkDivSuccess, resVideoLink,
resVideoLinkDivError
//dvs_DirectDownload = true;//uncoment this string, if you
want to always start download immediately, comment the
DirectDownload box in this case
</script>
And copy the code from the second box somewhere between the BODY tags
<form id="test">
<input id="VLink" name="VLink" size="60"> <input
type="button" value="Get Video"
onclick="dvs_yd4all_CallServer(VLink.value);" id="Button1"
name="Button1"><br>
<input type="checkbox" value="directDownload"
id="directDownload" name="directDownload"
onclick="dvs_DirectDownload=directDownload.checked;">DirectDownload
</form>
<noscript>Java scripts are disabled on your computer, try Free
<a
href=http://www.dvdvideosoft.com/products/dvd/Free-YouTube-Download.htm>YouTube
Converter</a> to download video from YouTube.</noscript>
<div id="resVideoLinkDivPre">
Paste a YouTube video link and click the Get video
button.<br>
Tick the DirectDownload box to start download immediately.
</div>
<div id="resVideoLinkDivSuccess" style="DISPLAY:none">
<a href="" id="resVideoLink">Now click this link to download
video</a><br>
</div>
<div id="resVideoLinkDivError" style="DISPLAY:none">
No video found on this link, please try another one.
</div>
Do not change IDs of the following DIVs:
resVideoLinkDivPre, resVideoLinkDivSuccess, resVideoLink,
resVideoLinkDivError
Note: from time to time YouTube changes their video files
hosting routine. So our YouTube download programs stop working. We
work hard and usually fix such problems within a day or so. We
strongly recommend to
subscribe to our free newsletter to always receive our updates
in time!