Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Downloading YouTube videos with JavaScriptI used the following javascript for downloading youtube videos:
Code:
javascript:window.open('http://youtube.com/get_video?video_id='+window.location.href.split('?')[1].match(/v=([^(&|$)]*)/)[1]+'&t='+document.getElementById('movie_player').src.match(/t=([^(&|$)]*)/)[1]);
|
| Tags: bookmarklet, bookmarklets, download, javascript, youtube |
| Thread Tools | |
| Display Modes | |
|
|