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
You can use the chrome inspector.
You need to open the inspector, go to the network tab, select xhr, scroll to download and see where and what request goes. Then you can copy the request, changing the data inside, to get this or that page with the same pictures
I think it's better to switch from JSOUP to pure chrome.
Less chance of something breaking.
And it’s easier to implement, you don’t need to dig into (obfuscated?) code, but just work with the DOM.
That is, you just make an extension for chrome (personal) - and it already parses the Yandex output in the tab, while scrolling the page to load new images.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question