Revert "Add TamilYogiProvider.kt for testing"

This reverts commit aa4b5432ee.
This commit is contained in:
LikDev-256 2022-10-06 22:51:12 +05:30
parent aa4b5432ee
commit 02bf8aaa1f
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,5 +1,8 @@
package com.lagradost.cloudstream3 package com.likdev256
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.mvvm.safeApiCall
import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.loadExtractor import com.lagradost.cloudstream3.utils.loadExtractor