YouTube
javascript:(function () { var get_video_id = function () { return yt.getConfig("VIDEO_ID"); }; var get_title = function () { return yt.getConfig("VIDEO_TITLE"); }; var get_t = function () { return yt.getConfig("SWF_ARGS").t; }; var make_download_url = function (format) { var url = "http://youtube.com/get_video?video_id="; var video_id = get_video_id(); var t = get_t(); url += video_id; url += "&t="; url += t; if (format) { url += "&fmt=" + format; } return url; }; var insert_download_anchor = function () { var as_mp4 = "18"; var url = make_download_url(as_mp4); var title = get_title(); var anchor = document.createElement("a"); anchor.textContent = "Download as MP4"; anchor.href = url; document.getElementById("watch-video-details-inner").appendChild(anchor); }; insert_download_anchor(); })();
YouTubeã®åç»ãMP4ã¨ãã¦ãã¦ã³ãã¼ãããããã¯ãã¼ã¯ã¬ãããæ®éã«åãããSafariã ã¨ãã¡ã¤ã«åãæå®ãã¦ãã¦ã³ãã¼ããããããªãï¼YouTubeã®åç»ã®ãããã®Content-Dispositionãvideo.mp4ã«ãªã£ã¦ããï¼ã
ã§ãããããå ´åã«ãã¡ã¤ã«åãæå®ããã«ã¯redirect.cgi/filename?redirect_to=http...
ã¿ããã«ããã¼ã«ã«CGIã¨Apacheã®æ¡å¼µã使ã£ã¦URLã®pathnameããã¾ãããããããããªããã©ãã«ãå¾®å¦ãªã®ã§ãæ®éã«ãã¦ã³ãã¼ããã¦ããæåãªãã¼ã ã§ææ
¢â¦ã