cloudstream/app/src/main/java/com/lagradost/cloudstream3/movieproviders/HDTodayProvider.kt
Noel Jacob 715306555a
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>
2022-06-10 23:55:52 +00:00

6 lines
177 B
Kotlin

package com.lagradost.cloudstream3.movieproviders
class HDTodayProvider : SflixProvider() {
override var mainUrl = "https://hdtoday.cc"
override var name = "HDToday"
}