mirror of
https://github.com/recloudstream/cloudstream.git
synced 2026-07-13 00:13:17 +00:00
Compare commits
1 commit
master
...
fix-vids-l
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1241d386f2 |
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.utils.newExtractorLink
|
|||
@Prerelease
|
||||
open class Vids : ExtractorApi() {
|
||||
override val name: String = "Vids"
|
||||
override val mainUrl: String = " https://vids.st"
|
||||
override val mainUrl: String = "https://vids.st"
|
||||
override val requiresReferer: Boolean = false
|
||||
|
||||
private val streamUrlRegex = Regex("""const url = "(.*?)";""")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue