* 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.
* I made this on termux
* Fix regex and move dateFormat to DTO
* Phase 1
* Phase 2: Prepare for intl
* Phase 3: Add intl
Builds are faster on my phone T.T
* Apply suggestions from code review
* bump