Disable indexSubtitlesApi

This commit is contained in:
Blatzar 2022-08-19 18:23:23 +02:00
parent 0635784333
commit 1f60c877de

View file

@ -37,7 +37,7 @@ abstract class AccountManager(private val defIndex: Int) : AuthAPI {
val subtitleProviders val subtitleProviders
get() = listOf( get() = listOf(
openSubtitlesApi, openSubtitlesApi,
indexSubtitlesApi // indexSubtitlesApi // they got anti scraping measures in place :(
) )
const val appString = "cloudstreamapp" const val appString = "cloudstreamapp"