Skip to content

v1.1.0

Compare
Choose a tag to compare
@panmeibing panmeibing released this 04 Feb 03:36
· 2 commits to main since this release

m3u8_donwloader

This is an M3U8 downloader written in Python, which has been compiled into an exe executable file. After downloading and decompressing, double-click m3u8_downloader_gui. exe to start running.

instructions

  • If M3U8 link is used, ensure that the url and m3u8 segment link are valid;
  • If the local M3U8 document is used, the program may not recognize base correctly_ Url, it is recommended to fill in manually;
  • If you do not specify the document saving path, it is saved in m3u8 of the current path by default_ Download folder;
  • The full version of the program comes with the ffmpeg program, which generally does not need to specify a path;
  • If you want to customize the request header, please use JSON to represent the key value;
  • It is recommended to set random agents to reduce the probability of triggering the anti-creep mechanism;
  • Some servers will limit the number of simultaneous downloads, and the number of threads can be appropriately reduced (0 means unlimited)

difference

Two executable versions are provided. The smaller version, the light version, does not integrate the FFmpeg program, so it merges videos through Python code, while the larger file version merges videos through ffmpeg