Add TamilYogiProvider.kt for testing

This commit is contained in:
LikDev-256 2022-10-06 21:49:50 +05:30
parent 2a102f3d1d
commit aa4b5432ee
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,10 @@ object APIHolder {
private const val defProvider = 0
// ConcurrentModificationException is possible!!!
val allProviders: MutableList<MainAPI> = arrayListOf()
//TamilYogiProvider()
val allProviders: MutableList<MainAPI> = arrayListOf(
TamilYogiProvider()
)
fun initAll() {
for (api in allProviders) {

View file

@ -1,8 +1,5 @@
package com.likdev256
package com.lagradost.cloudstream3
import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.LoadResponse.Companion.addActors
import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
import com.lagradost.cloudstream3.mvvm.safeApiCall
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.loadExtractor