Skip to content

XXHanTian/m3u8-Downloader-Go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m3u8-Downloader-Go

Download m3u8 to with multithreading, support decrypt

How to use

m3u8-Downloader-Go -u "http://wwww.example.com/example.m3u8" -o /video.ts

Usage of m3u8-Downloader-Go:
  -H string
        HTTP Headers
        Example: Referer=http://www.example.com;UserAgent=Mozilla/5.0
  -n int
        Thread number (default 10)
  -o string
        Out file
  -p string
        Proxy
        Example: http://127.0.0.1:8080
  -r int
        Number of retries (default 3)
  -t duration
        Timeout (default 10s)
  -u string
        URL of m3u8

About

m3u8 downloader with golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%