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
I noticed this because for some strange reason I have a PNG on my blog that scans positively for a blank URI, which then raises a bad URI(is not URI?): nil (URI::InvalidURIError)
Having some sort of mapping between mime type and how to handle the response’s contents sounds super sensible - I guess I haven’t fully encountered the need before. If it was more capable it could also cover other cases like #95 - though that part feels more than one step away.
Thanks for creating the issue, it makes me so happy to know that someone else is using it!
Thanks for this gem 🙇🏻
I noticed that the crawler will attempt to scan everything for links, including images:
parklife/lib/parklife/crawler.rb
Line 72 in 0d809fc
I noticed this because for some strange reason I have a PNG on my blog that scans positively for a blank URI, which then raises a
bad URI(is not URI?): nil (URI::InvalidURIError)
This is the image: https://island94.org/uploads/2009-09-13-My-featured-dead-cockroach/wired-cockroach.png
The text was updated successfully, but these errors were encountered: