Giter VIP home page Giter VIP logo

m3u8-downloader-go's Introduction

m3u8-Downloader-Go

Download m3u8 media with multithreading, support decrypt

How to use

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

./m3u8-Downloader-Go -f example.m3u8 -H Referer:http://www.example.com -H 'User-Agent:Chrome/83.0.4103.61 Safari/537.36'

Note

When using the -f parameter, if the m3u8 file does not contain a specific link to the media, but only the media name, you must specify the -u parameter

Some websites will add an image header at the beginning of the video file. The tool will attempt to remove these header. If there are issues with the downloaded video, please try using the --nofix parameter

./m3u8-Downloader-Go -h

Usage:
    ./m3u8-Downloader-Go [Flags] [Options]

Flags:
    -m,--merge-with-ffmpeg    merge with ffmpeg
    -n,--nofix                don't try to remove the image header of the ts file
    -s,--skipverify           skip verify server certificate

Options:
    -F,--ffmpeg               path of ffmpeg [default: ffmpeg]
    -H,--header               http header. Example: Referer:http://www.example.com
    -V,--version              print version information
    -c,--connections          number of connections [default: 16]
    -f,--m3u8-file            use local m3u8 file instead of downloading from url
    -h,--help                 print the help information
    -o,--out-file             out file
    -p,--proxy                proxy. Example: http://127.0.0.1:8080
    -r,--retry                number of retries [default: 3]
    -t,--timeout              timeout [default: 60s]
    -u,--url                  url of m3u8 file
    -d,--desired-resolution   desired resolution. Example: 1920x1080

m3u8-downloader-go's People

Contributors

greyh4t avatar cokezeroconsumer avatar duckduckgot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.