feat: 添加lequgo(片吧影院)源,支持搜索/详情/播放
This commit is contained in:
@@ -3,6 +3,7 @@ package com.videoapp.tv.engine
|
||||
import android.content.Context
|
||||
import com.videoapp.tv.data.ConfigRepository
|
||||
import com.videoapp.tv.data.SiteConfig
|
||||
import com.videoapp.tv.engine.lequgo.LequgoHandler
|
||||
import com.videoapp.tv.engine.tvcat.TvcatHandler
|
||||
import com.videoapp.tv.engine.xb6v.Xb6vHandler
|
||||
|
||||
@@ -27,6 +28,7 @@ object SourceRegistry {
|
||||
val xb6vConfig = xb6vConfig()
|
||||
register(Xb6vHandler(xb6vConfig))
|
||||
register(TvcatHandler())
|
||||
register(LequgoHandler())
|
||||
}
|
||||
|
||||
private fun xb6vConfig() = SiteConfig(
|
||||
|
||||
Reference in New Issue
Block a user