mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
8 lines
206 B
Kotlin
8 lines
206 B
Kotlin
|
package com.hexated
|
||
|
|
||
|
import com.lagradost.cloudstream3.extractors.XStreamCdn
|
||
|
|
||
|
class Lkctwoone: XStreamCdn() {
|
||
|
override val name: String = "LKC21"
|
||
|
override val mainUrl: String = "https://lkc21.net"
|
||
|
}
|