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