Download video in MP4 format using ER-MP4 endpoint.
The URL of the video source to be downloaded as MP4.
The response data containing download links and metadata.
const result = await ermp4("https://youtube.com/watch?v=xxxx");console.log(result.videoUrl); Copy
const result = await ermp4("https://youtube.com/watch?v=xxxx");console.log(result.videoUrl);
Download video in MP4 format using ER-MP4 endpoint.