I would like to use java to get the source of a website (secure) and then parse that website for links that are in it. I have found how to connect to that url, but then how can i easily get just the source, preferraby as the DOM Document oso that I could easily get the info I want.
Or is there a better way to connect to https site, get the source (which I neet to do to get a table of data...its pretty simple) then those links are files i am going to download.
I wish it was FTP but these are files stored on my tivo (i want to programmatically download them to my computer(
以上就是Get source of website in java的详细内容,更多请关注web前端其它相关文章!