* Explicitly use `network.cloudflareClient` instead of `super.client`
... but only if the parent is `HttpSource` or `ParsedHttpSource`
* Remove use of `network.client`
... replaced with `network.cloudflareClient` or `super.client` if the
parent class sets `client` to `network.cloudflareClient` already.
* KadoComi (Comic Walker) extension
Initial working commit for KadoComi (Comic Walker)
* Cleanup
* Clean up duplicate code
* Remove unnecessary dependencies from build.gradle
* Use book cover for thumbnail if available
* Additional code clean up
* Convert to using DTOs
* Remove unnecessary fragment handling
Fragment isn't sent to the server, so it's not necessary to do any handling here
* Use fragment from URL
* Fix author/artist names
* Fix thumbnails
Default of bookCover was interfering with thumbnail determination logic
* Implement changes from feedback
* Remove unneeded data keyword