mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Simply added HDToday.cc (#1161)
* Update MainAPI.kt * Create HDTodayProvider.kt * Update HDTodayProvider.kt * chore(docs): update list of sites Co-authored-by: GitHub Actions <actions@github.com>
This commit is contained in:
parent
62e9f8518d
commit
715306555a
3 changed files with 13 additions and 0 deletions
|
@ -91,6 +91,7 @@ object APIHolder {
|
|||
HDMovie5(),
|
||||
RebahinProvider(),
|
||||
LayarKacaProvider(),
|
||||
HDTodayProvider(),
|
||||
|
||||
// Metadata providers
|
||||
//TmdbProvider(),
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
package com.lagradost.cloudstream3.movieproviders
|
||||
|
||||
class HDTodayProvider : SflixProvider() {
|
||||
override var mainUrl = "https://hdtoday.cc"
|
||||
override var name = "HDToday"
|
||||
}
|
|
@ -190,6 +190,12 @@
|
|||
"status": 0,
|
||||
"url": "https://hdm.to"
|
||||
},
|
||||
"HDTodayProvider": {
|
||||
"language": "en",
|
||||
"name": "HDToday",
|
||||
"status": 1,
|
||||
"url": "https://hdtoday.cc"
|
||||
},
|
||||
"IHaveNoTvProvider": {
|
||||
"language": "en",
|
||||
"name": "I Have No TV",
|
||||
|
|
Loading…
Reference in a new issue