mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-16 08:40:44 +01:00
Format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {getMatch, type Match, MatchMediaType} from '~/lib/match';
|
||||
import {Other, Redirect} from '~/lib/settings';
|
||||
import { getMatch, type Match, MatchMediaType } from '~/lib/match';
|
||||
import { Other, Redirect } from '~/lib/settings';
|
||||
|
||||
async function main() {
|
||||
let match: Match | null;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {matches, MatchMediaType} from '~/lib/match';
|
||||
import { matches, MatchMediaType } from '~/lib/match';
|
||||
import Hls from 'hls.js';
|
||||
import {UrlReferer} from '~/lib/settings';
|
||||
import { UrlReferer } from '~/lib/settings';
|
||||
|
||||
async function playNative(url: string, domain: string, videoElem: HTMLVideoElement) {
|
||||
await UrlReferer.set(new URL(url).hostname, domain);
|
||||
|
||||
Reference in New Issue
Block a user