mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
supported html
This commit is contained in:
parent
d247640dcf
commit
ec80d3d96d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class M3u8Helper {
|
|||
private val QUALITY_REGEX =
|
||||
Regex("""#EXT-X-STREAM-INF:(?:(?:.*?(?:RESOLUTION=\d+x(\d+)).*?\s+(.*))|(?:.*?\s+(.*)))""")
|
||||
private val TS_EXTENSION_REGEX =
|
||||
Regex("""(.*\.ts.*|.*\.jpg.*)""") //.jpg here 'case vizcloud uses .jpg instead of .ts
|
||||
Regex("""(.*\.ts.*|.*\.jpg.*|.*\.html.*)""") //.jpg here 'case vizcloud uses .jpg instead of .ts
|
||||
|
||||
private fun absoluteExtensionDetermination(url: String): String? {
|
||||
val split = url.split("/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue