mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
fix a few providers, closes #3
This commit is contained in:
parent
b33842569b
commit
d6f89c399b
17 changed files with 119 additions and 123 deletions
|
@ -0,0 +1,6 @@
|
|||
package com.lagradost
|
||||
|
||||
class HDTodayProvider : SflixProvider() {
|
||||
override var mainUrl = "https://hdtoday.cc"
|
||||
override var name = "HDToday"
|
||||
}
|
|
@ -13,5 +13,6 @@ class SflixProviderPlugin : Plugin() {
|
|||
registerMainAPI(TwoEmbedProvider())
|
||||
registerMainAPI(DopeboxProvider())
|
||||
registerMainAPI(ZoroProvider())
|
||||
registerMainAPI(HDTodayProvider())
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue