如何使用perl获取视频信息?
- 验证是否获取了输入 url
- 获取 url
- 查看 url 是否被重定向
- 获取元标记作为键值对
- 列表
- 获取视频标记作为下一个建议视频的
url我尝试了 Video::Info ,它提供了一般信息。但是我不知道如何获取诸如是否重定向、标签和下一个视频之类的信息。任何帮助表示赞赏。
谢谢
- Verify whether the input url was obtained
- get the url
- see if the url was redirected
- get meta tags as key-value pairs
- get video tags as a list
- url of the next suggested video
I tried Video::Info which provides the general information. However I don't know how to get things like whether it is redirected or not, the tags and the next video. Any help is appreciated.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下
CGI
模块。也许这会让您开始了解一般流程:Take a look at the
CGI
module. Perhaps this will get you started with the general process: