mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Add TamilYogiProvider.kt for testing
This commit is contained in:
parent
2a102f3d1d
commit
aa4b5432ee
2 changed files with 5 additions and 5 deletions
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue