mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
715306555a
* Update MainAPI.kt * Create HDTodayProvider.kt * Update HDTodayProvider.kt * chore(docs): update list of sites Co-authored-by: GitHub Actions <actions@github.com>
6 lines
177 B
Kotlin
6 lines
177 B
Kotlin
package com.lagradost.cloudstream3.movieproviders
|
|
|
|
class HDTodayProvider : SflixProvider() {
|
|
override var mainUrl = "https://hdtoday.cc"
|
|
override var name = "HDToday"
|
|
}
|