feat: 添加 Xb6vHandler
This commit is contained in:
11
app/src/main/java/com/videoapp/tv/engine/xb6v/Xb6vHandler.kt
Normal file
11
app/src/main/java/com/videoapp/tv/engine/xb6v/Xb6vHandler.kt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
package com.videoapp.tv.engine.xb6v
|
||||||
|
|
||||||
|
import com.videoapp.tv.data.SiteConfig
|
||||||
|
import com.videoapp.tv.engine.BaseSourceHandler
|
||||||
|
|
||||||
|
class Xb6vHandler(config: SiteConfig) : BaseSourceHandler(
|
||||||
|
id = "xb6v",
|
||||||
|
displayName = "xb6v (星辰影视)",
|
||||||
|
baseUrl = "https://www.xb6v.com",
|
||||||
|
config = config
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user