mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
samehadaku:fix homepage
This commit is contained in:
parent
72622e8d58
commit
27d9b002df
7 changed files with 36 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 4
|
||||
version = 5
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -11,6 +11,11 @@ import com.lagradost.cloudstream3.utils.fixUrl
|
|||
import com.lagradost.cloudstream3.utils.getAndUnpack
|
||||
import com.lagradost.cloudstream3.utils.getQualityFromName
|
||||
|
||||
class Paistream : Streampai() {
|
||||
override val name = "Paistream"
|
||||
override val mainUrl = "https://paistream.my.id"
|
||||
}
|
||||
|
||||
open class Streampai : ExtractorApi() {
|
||||
override val name = "Streampai"
|
||||
override val mainUrl = "https://streampai.my.id"
|
||||
|
|
|
@ -10,5 +10,6 @@ class MinioppaiPlugin: Plugin() {
|
|||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||
registerMainAPI(Minioppai())
|
||||
registerExtractorAPI(Streampai())
|
||||
registerExtractorAPI(Paistream())
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue