api/match-action: rename isM3U8 to isHLS and u to url
This commit is contained in:
@@ -26,7 +26,7 @@ const extractVideo = async ({ media, filename }) => {
|
||||
urls: videoURL,
|
||||
filename: `${filename}.mp4`,
|
||||
audioFilename: `${filename}_audio`,
|
||||
isM3U8: true,
|
||||
isHLS: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user