get the real link of media files/获取媒体文件的真实地址(support youtube...)
Thursday, 19. July 2007, 07:33:04
extra-download-links.js
放入 userjs文件夹中
2.从http://1024k.de/bookmarklets/video-bookmarklets.html
下载 http://1024k.de/bookmarklets/scripts/videoscript.user.js
保存为xxx.js(不能保存为xxx.user.js)
3.编辑xxx.js,放入 userjs文件夹中
// ==UserScript==
// @name Download Video
// @namespace http://1024k.de/bookmarklets/video-bookmarklets.html
// @description Save video clips from YouTube, Google Video, Myspace, Metacafe, Break.com, Putfile, Dailymotion and Sevenload.
// @include http://*youtube.com/*
// @include http://*video.google.*/*
// @include http://*myspace.com/*
// @include http://*metacafe.com/*
// @include http://*break.com/*
// @include http://*putfile.com/*
// @include http://*dailymotion.com/*
// @include http://*sevenload.com/*
// @include http://*myvideo.de/*
// @include http://*clipfish.de/*
// ==/UserScript==
//在==/UserScript==下加入如下内容
document.addEventListener('DOMContentLoaded',function(){
//在末尾加入
},false);
english discuss address how to get the real link of media files










