Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It’s elementary without an API, registration is not required there, even AJAX is probably not there, first HTML is downloaded by HTTP request at the page URL, then it is parsed using a library like Jsoup, HtmlAgilityPack, etc., the right one is found <img>
, all that remains is to make another HTTP request to download byte[]
by img src
.
You can also use headless browsers, but slower.
For a beginner, it should not take more than two or three man-days, for an experienced one from five minutes to two hours.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question