mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
6 lines
No EOL
178 B
Kotlin
6 lines
No EOL
178 B
Kotlin
package com.lagradost.cloudstream3.movieproviders
|
|
|
|
class SflixProProvider : BflixProvider() {
|
|
override var mainUrl = "https://sflix.pro"
|
|
override var name = "Sflix.pro"
|
|
} |