vb.net Internet Download Manager 如何抓取在线视频的 URL

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20583743/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 16:08:37  来源:igfitidea点击:

How Internet Download Manager grabs URL of online videos

vb.netvimeovimeo-api

提问by cipherux

I'm developing a software which streams videos from vimeo. But, I don't know how to fetch it's direct URL.

我正在开发一个从 vimeo 流式传输视频的软件。但是,我不知道如何获取它的直接 URL。

Suppose the URL of vimeo video is: http://vimeo.com/78848064But, IDM captures the direct URL of it as, http://pdl.vimeocdn.com/82070/105/203391355.mp4?token2=1387027682_29600487ac61980514ca8d3d014ea6a4&aksessionid=561c553c97d5676a

假设VIMEO视频的网址是:http://vimeo.com/78848064但是,IDM捕获它的直接URL为,http://pdl.vimeocdn.com/82070/105/203391355.mp4?token2=1387027682_29600487ac61980514ca8d3d014ea6a4&aksessionid= 561c553c97d5676a

So, how is this possible ?

那么,这怎么可能呢?

回答by user3142854

I think there is one similar software that you might be interested to look into. Internet Video Manager. http://www.ivmindia.com

我认为您可能有兴趣研究一种类似的软件。互联网视频管理器。http://www.ivmindia.com

It uses a python back-end program (included in the same folder, named as dl.exe) to extract direct link to youtube, vimeo videos.

它使用 python 后端程序(包含在同一文件夹中,命名为dl.exe)来提取指向 youtube、vimeo 视频的直接链接。

回答by Dashron

Pro accounts have access to their own video files using the new (in beta) API3. If you would like access you can request it at vimeo.com/help/contact.

专业帐户可以使用新的(测试版)API3 访问自己的视频文件。如果您想访问,可以在 vimeo.com/help/contact 上请求。