mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-28 02:50:32 +02:00
use packer for filemoon
This commit is contained in:
@ -44,7 +44,7 @@ async function main() {
|
||||
}
|
||||
document.title = `Stream Bypass (${domain})`
|
||||
|
||||
new URL(url).pathname.endsWith('.m3u8') ? await play_hls(url) : await play_native(url)
|
||||
new URL(url).pathname.contains('.m3u8') ? await play_hls(url) : await play_native(url)
|
||||
}
|
||||
|
||||
main()
|
||||
|
Reference in New Issue
Block a user