Disable indexSubtitlesApi

This commit is contained in:
Blatzar 2022-08-19 18:23:23 +02:00
parent 0635784333
commit 1f60c877de
1 changed files with 1 additions and 1 deletions

View File

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