Closed Pierstoval closed 5 years ago
Very nice, thanks for your contribution @Pierstoval, really appreciate it. :+1:
This depends on https://github.com/umpirsky/centipede-crawler/pull/8, right, so I think we need to update composer dependency for the crawler composer update umpirsky/centipede-crawler
.
If that does not work because of stability stable, just ping me after we merge PR and I will tag a new release.
Later I may extract request handling from this command and introduce formatters. :)
There are still some bugs with ClientException, I'm gonna fix this, just wait a moment ;)
@Pierstoval In which cases is ClientException
thrown?
When the $response->getStatusCode()
returns special errors. I tested on an url that returns a HTTP 406 error, and this function returned an exception.
It's fixed in ccbf04f
@Pierstoval Cool, so you can remove exception handling from centipede now?
Done ! Also fixed depth rendering in both repositories
I'm not sure I'm going to continue working on this, sorry. Anyone can take the work back if necessary.
Fixes #23