我正在编写附加组件来捕获youtube视频的网址,在以下层次结构中:
// require tab.module.
// listen onTab.ready.
// Get the tab.url.
// If the url domain is youtube.
// Javascript request to get the direct .flv link.
// download the link.
但我发现其他网站可以嵌入YouTube视频。
我真的很感激任何人给我一些关于获取嵌入式视频或能够捕获它们的事件的暗示。