ffandown是一个基于ffmpeg实现的m3u8视频下载器。
ffandown is a m3u8 video downloader that is based on ffmpeg.
suggest to use version v4.1 or higher
The release platform executable file is packaged for commonly used platforms only. For other platform architectures, please use Docker or package them yourself. Release
After the service is started, you can see the message server runing on port: 8081
. Simply open localhost:8081
in a browser to see the download page.
Alternatively, you can create a download using the API interface:
- Interface address:
http://localhost:8081/down
- Request method:
POST
- Request header:
Content-Type
:application/json
- Parameters:
{ name: "videoname", url: "http://playertest.longtailvideo.com/adaptive/bipbop/gear4/prog_index.m3u8" }
Before using it, remember to edit the instruction and modify the server's IP address and port.
You can deploy it on Linux or other servers to download m3u8
videos to NAS. Currently, most small website videos are m3u8
videos.