extractorVerifierJob

open suspend fun extractorVerifierJob(extractorData: String?)

Largely redundant feature for most providers.

This job runs in the background when a link is playing in exoplayer. First implemented to do polling for sflix to keep the link from getting expired.

This function might be updated to include exoplayer timestamps etc in the future if the need arises.