[dirpy.com]YouTubeビデオダウンローダー
【Dirpy - Internet DVR - YouTube to Mp3 Converter and YouTube Video Downloader】[LINK]
ここをクリックでMP3形式で
サウンドトラックをダウンロード出来ます
↓
Safariのスクリプトメニューに
こんな感じでスクリプト入れておけば
簡単に使えますね。
with timeout of 60 seconds
set appName to "Safari"
tell application "Safari"
activate
tell window 1
set MakeUrl to do JavaScript "encodeURIComponent(document.URL)" in front document
end tell
end tell
set MakeUrl to replace(the MakeUrl, "http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D", "") as Unicode text
set Vno to characters 1 thru 11 of MakeUrl as Unicode text
set My_URL to "http://dirpy.com/studio/" & Vno as Unicode text
tell application "Safari"
activate
make new document with properties {name:"dirpy.com"}
tell window 1
open location My_URL
end tell
end tell
end timeout
-----文字の置換えサブルーチン(「Web Scripter's Meeting」より参照)
on replace(src, tg, rp)
set oldDel to AppleScript's text item delimiters
set AppleScript's text item delimiters to tg
set myList to text items of src
set AppleScript's text item delimiters to rp
set myText to myList as string
set AppleScript's text item delimiters to oldDel
return myText
end replace
「dirpy.com.scpt.zip」をダウンロード[Download]
こちら【404 Blog Not Found:When the Simpsons meet Banksy】[LINK]で紹介されていた
シンプソンズのMADムービーですが
作者の
banksyfilmさん凄いですねぇ
Royal Visit[LINK]なんて
日本じゃ考えられない
(SPに確保されちゃいますよね.....笑)
イギリス風の『ネタ』って言うか
イギリス『な』ジョークって言うか
大目に見ているのか、相手にしないのか
ある意味
おおらかな国民性なのかなぁ。
不思議な国イギリスですね。
| 固定リンク
「YouTube」カテゴリの記事
- [TTML]60分カウントアップ カウントダウン(2024.02.05)
- 【過去記事フォロー】YouTubeのサムネイル(2022.06.17)
- 【過去記事フォロー】[YouTube]YouTubeのサムネイル画像(default.webp mqdefault.webp hqdefault.webp sddefault.webp maxresdefault.webp)(2016.03.02)
- [MPEG-DASH]YouTubeビデオをダウンロードする。(2014-15版)(2015.04.05)
- [YouTube]YouTubeのサムネイル画像(default.jpg mqdefault.jpg hqdefault.jpg sddefault.jpg maxresdefault.jpg)(2013.08.08)
この記事へのコメントは終了しました。
コメント
私は普段はあまりダウンロードはしませんが
Choromeのextensions
YouTube Downloader
http://goo.gl/W9C8
ですが
Macなら
Evom
https://force4u.cocolog-nifty.com/skywalker/2010/09/evom.html
が簡単でおすすめです。
投稿: force4u | 2010年11月20日 (土) 23時34分
Dirpyサービス停止しちゃったんですね;;
同様のタグ付けできるWebサービスってないんですかね??
投稿: たいち | 2010年11月20日 (土) 20時28分