You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crawler should optionally parse image tags that are in the form <img src="..."> and use it as input for crawling (just as it would consider <a src=""> links to images).
I'm creating a pull request which implements that in a few lines.
The text was updated successfully, but these errors were encountered:
The crawler should optionally parse image tags that are in the form
<img src="...">
and use it as input for crawling (just as it would consider<a src="">
links to images).I'm creating a pull request which implements that in a few lines.
The text was updated successfully, but these errors were encountered: