开发者

how to get video link from of live streaming videos using java? [closed]

开发者 https://www.devze.com 2023-02-14 01:50 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 8 years ago.

开发者_如何学Python Improve this question

I want to get exact video link from some streaming video resources like you-tube or metacafe.com, As there is no direct link of video is available. How can I parse the video link. Also how to use java to download a streaming video from http url to local system?

Thanks!


I used a library called HTMLParser before. It can read html input and generate HTML nodes. You can then analyze and retrieve the node you like.

0

精彩评论

暂无评论...
验证码 换一张
取 消