forked from recloudstream/cloudstream
Disable indexSubtitlesApi
This commit is contained in:
parent
0635784333
commit
1f60c877de
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue