feat: 添加lequgo(片吧影院)源,支持搜索/详情/播放

This commit is contained in:
xiaji
2026-06-10 19:35:40 +08:00
parent 100ecb4aef
commit e2118d8faa
2 changed files with 161 additions and 0 deletions

View File

@@ -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(