mirror of
https://github.com/bytedream/stream-bypass.git
synced 2026-02-03 21:16:25 +01:00
fix vidoza
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
||||
|
||||
match: async function (match: RegExpMatchArray) {
|
||||
return {
|
||||
type: HostMatchType.HLS,
|
||||
type: HostMatchType.NATIVE,
|
||||
url: match[0]
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user