mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-16 00:40:43 +01: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