Quiblo wiki

Code reference · Core

:core:network

The HTTP client and connectivity checks.

dev.quiblo.core.network

classHttpContentFetcher

Fetches a URL as text. The single outbound path for playlists and APIs.

Implements ContentFetcher from :source:api, which is what lets the pure-JVM parsers be tested without a network or an Android runtime.

classAndroidConnectivityChecker

Whether there is a usable network, so an error can say which failure it was.