3
3
Fork 1
mirror of https://github.com/recloudstream/cloudstream.git synced 2024-08-15 01:53:11 +00:00

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
get() = listOf(
openSubtitlesApi,
indexSubtitlesApi
// indexSubtitlesApi // they got anti scraping measures in place :(
)
const val appString = "cloudstreamapp"