Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
开发者_如何学Python Improve this questionI 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.
精彩评论