Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 3.79 KB

README_ENG.md

File metadata and controls

66 lines (58 loc) · 3.79 KB

███╗   ██╗        ███╗   ███╗██████╗ ██╗   ██╗ █████╗ ██████╗ ██╗       ██████╗██╗     ██╗
████╗  ██║        ████╗ ████║╚════██╗██║   ██║██╔══██╗██╔══██╗██║      ██╔════╝██║     ██║
██╔██╗ ██║        ██╔████╔██║ █████╔╝██║   ██║╚█████╔╝██║  ██║██║█████╗██║     ██║     ██║
██║╚██╗██║        ██║╚██╔╝██║ ╚═══██╗██║   ██║██╔══██╗██║  ██║██║╚════╝██║     ██║     ██║
██║ ╚████║███████╗██║ ╚═╝ ██║██████╔╝╚██████╔╝╚█████╔╝██████╔╝███████╗ ╚██████╗███████╗██║
╚═╝  ╚═══╝╚══════╝╚═╝     ╚═╝╚═════╝  ╚═════╝  ╚════╝ ╚═════╝ ╚══════╝  ╚═════╝╚══════╝╚═╝
                                                                                          

This is an m3u8 downloader.

Summary

Supports:

  • Auto decrypt for AES-128-CBC
  • Master List
  • Live stream recording(BETA)
  • Customize HTTP headers
  • Auto merge clips(Binary or ffmpeg)
  • Select save clip by time code or index
  • Network driver on Windows OS
  • Alternative audio/video track
  • Mux without video track
  • Custom HTTP proxy or Use system proxy
  • Optimization for Chinese streaming platforms

ScreenShot

GUI

  • Easy-to-use GUI

Options

N_m3u8DL-CLI.exe <URL|JSON|FILE> [OPTIONS]  

    --workDir    Directory      Set work dir (Video will be here)
    --saveName   Filename       Set save name(Exclude extention)
    --baseUrl    BaseUrl        Set Baseurl
    --headers    headers        Set HTTP headers,format: key:value user | split all key&value
    --maxThreads Thread         Set max thread(default: 32)
    --minThreads Thread         Set min thread(default: 16)
    --retryCount Count          Set retry times(default: 15)
    --timeOut    Sec            Set timeout for http request(second,default: 10)
    --muxSetJson File           Set a json file for mux
    --useKeyFile File           Use 16 bytes file as KEY for AES-128 decryption
    --useKeyBase64 Base64String Use Base64 String as KEY for AES-128 decryption
    --useKeyIV     HEXString    Use HEX String as IV for AES-128 decryption
    --downloadRange Range       Set range for a video
    --stopSpeed  Number         Speed below this, retry(KB/s)
    --maxSpeed   Number         Set max download speed(KB/s)
    --proxyAddress http://xx    Set HTTP Proxy, like http://127.0.0.1:8080
    --enableDelAfterDone        Enable delete clips after download completed
    --enableMuxFastStart        Enable fast start for mp4
    --enableBinaryMerge         Enable use binary merge instead of ffmpeg
    --enableParseOnly           Enable parse mode
    --enableAudioOnly           Enable only audio track when mux use ffmpeg
    --disableDateInfo           Disable write date info when mux use ffmpeg
    --noMerge                   Disable auto merge
    --noProxy                   Disable use system proxy
    --disableIntegrityCheck     Disable integrity check

Document

https://nilaoda.github.io/N_m3u8DL-CLI/

Chit-chat

https://discord.gg/W5tvcRJDPs