Update AsianLoad.kt

Asianload domain changed
This commit is contained in:
Nexus 2023-07-01 12:25:19 +05:30 committed by GitHub
parent da0be63b7c
commit d19f2b822f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ import java.net.URI
open class AsianLoad : ExtractorApi() {
override var name = "AsianLoad"
override var mainUrl = "https://asianembed.io"
override var mainUrl = "https://asianhdplay.pro/"
override val requiresReferer = true
private val sourceRegex = Regex("""sources:[\W\w]*?file:\s*?["'](.*?)["']""")