Skip to content

helson-lin/ffandown

Repository files navigation

FFandown

ffandown是一个基于ffmpeg实现的m3u8视频下载器。

ffandown is a m3u8 video downloader that is based on ffmpeg.

docker image size docker pulls release downloads docker image size docker image size lang telegram

Release Notes

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

Usage

Full Usage Documentation

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.

FireShot Capture 007 - FFandown - 192 168 31 22

Alternatively, you can create a download using the API interface:

  • Interface address: https://localhost:8081/down
  • Request method: POST
  • Request header: Content-Type: application/json
  • Parameters:
    {
        name: "videoname",
        url: "https://playertest.longtailvideo.com/adaptive/bipbop/gear4/prog_index.m3u8"
    }

Configuration of iOS Shortcuts

iOS Shortcuts download link✈️

Before using it, remember to edit the instruction and modify the server's IP address and port.

PS

You can deploy it on Linux or other servers to download m3u8 videos to NAS. Currently, most small website videos are m3u8 videos.