I think I reported this like 6 months ago, but looks like this bug is still not taken care of.
http://www.femjoyavenue.info/cannot-gra ... images.jpg
still cannot grab lazy loading thumbs?
Moderator: Rock
Re: still cannot grab lazy loading thumbs?
okay I am unable to attach any screenshots here but believe me, it does not grab lazy loading images, grabber says:
This url doesn't contain any image!
Like: nudeteenladies.com
This url doesn't contain any image!
Like: nudeteenladies.com
Re: still cannot grab lazy loading thumbs?
Hello bbhrucy79,
we are sorry but we cannot implement this into the script because bots cannot load JS code.
Best regards,
Alex
we are sorry but we cannot implement this into the script because bots cannot load JS code.
Best regards,
Alex
Re: still cannot grab lazy loading thumbs?
I looked at the sourcecode of above site and - although it uses lazy loading - the other thing is that it uses a subdomain from which it loads the thumbs. Can this be the problem?
it loads images from images.nudeteenladies.com
It can be a cdn network?
In any case, if above is the case, then the problem is not lazy loading
For lazy loading, if it helps: the code looks like this:
data-original="someimage.jpg"
rather than:
src="someimage.jpg"
So te3 should definitely recognize that markup too, not only src!!!
I know it can be done because SCJ programmer already implemented it after I asked, actually he implemented it and published an update the same day I put the request on the forum - which is quite crazy fantastic performance from him
If the problem is the subdomain, then a different solution must be sought.
it loads images from images.nudeteenladies.com
It can be a cdn network?
In any case, if above is the case, then the problem is not lazy loading
For lazy loading, if it helps: the code looks like this:
data-original="someimage.jpg"
rather than:
src="someimage.jpg"
So te3 should definitely recognize that markup too, not only src!!!
I know it can be done because SCJ programmer already implemented it after I asked, actually he implemented it and published an update the same day I put the request on the forum - which is quite crazy fantastic performance from him

If the problem is the subdomain, then a different solution must be sought.