mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 10:30:31 +02:00
Update match function to manually specify media type
This commit is contained in:
@ -9,7 +9,7 @@ export interface Match {
|
||||
regex: RegExp[];
|
||||
notice?: string;
|
||||
|
||||
match(match: RegExpMatchArray): Promise<string | null>;
|
||||
match(match: RegExpMatchArray): Promise<string | { hls: string } | { native: string } | null>;
|
||||
}
|
||||
|
||||
export const Doodstream: Match = {
|
||||
|
Reference in New Issue
Block a user