how to get video link from of live streaming video

2019-02-14 11:43发布

问题:

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!

回答1:

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.