Skip to content

Releases: panmeibing/python_downloader

v1.2.0

01 Aug 10:42
Compare
Choose a tag to compare

Description

  1. Add GUI for file_downloader (implemented by the ttkbootstrap framework)
  2. Add a single instance decorator to ensure that logger multiple instances are not generated
  3. Support for custom log printing streams

v1.1.0

04 Feb 03:36
Compare
Choose a tag to compare

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