Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Sep 4, 2024
1 parent a6ff5cd commit a58f0ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class LibvioProvider : MainAPI() {
// "$src${playData.url}&next=${playData.linkNext}&id=${playData.id}&nid=${playData.nId}"
// }
html = app.get(url, referer = "$mainUrl/").text
val m3u8Url = html.substring("var urls = '", "';")
val m3u8Url = html.substring("var vid = '", "';")

if (m3u8Url.isBlank()) return false
if (m3u8Url.indexOf(".m3u8") > -1) {
Expand Down

0 comments on commit a58f0ca

Please sign in to comment.