var url = $('meta[property="og:video"]').attr("content"); var parser = document.createElement('a'); parser.href = url; var cid = parser.search.match(/cid=([0-9a-zA-Z]+)/)[1]; alert("ffmpeg -re -i http://iphone-streaming.ustream.tv/uhls/" + cid + "/streams/live/iphone/playlist.m3u8 -c copy out.ts") こことかでbookmarkletにしてみたりするとよい bookmarkletを実行すると、コマンドが出てくるのでそれをterminalにはりつけて、 おしまい。