mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update MultiQuality.kt
This commit is contained in:
parent
399ddd869f
commit
d80ce414f2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import java.net.URI
|
|||
|
||||
open class MultiQuality : ExtractorApi() {
|
||||
override var name = "MultiQuality"
|
||||
override var mainUrl = "https://anihdplay.com/"
|
||||
override var mainUrl = "https://anihdplay.com"
|
||||
private val sourceRegex = Regex("""file:\s*['"](.*?)['"],label:\s*['"](.*?)['"]""")
|
||||
private val m3u8Regex = Regex(""".*?(\d*).m3u8""")
|
||||
private val urlRegex = Regex("""(.*?)([^/]+$)""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue