Skip to main content

Download video by m3u8 file

Project description

load-m3u8

License

Import

if __name__ == '__main__':
    from load_m3u8.generate.resolve import CreateM3U8
    
    # Make sure the D:/test/test.ts video file exists
    CreateM3U8('D:/test/test.ts', hls_enc_key='5dd0a99887d8c801').run()

    from load_m3u8.load.resolve import LoadM3U8

    LoadM3U8("D:/test//test.ts.m3u8", video_path="D:/test/load/test_load.ts").run()

    # Download from the Server
    LoadM3U8("http://127.0.0.1/m3u8/test.m3u8").run()

Usage

install load-m3u8

pip --no-cache-dir install load-m3u8

Decrypt and Encrypt

# Make sure the D:/test/test.ts video file exists
gen-m3u8 D:/test/test.ts -key 5dd0a99887d8c801

# Download the video and decrypt it
load-m3u8 "D:/test//test.ts.m3u8" -o "D:/test/load"

Specifying a aes key server

# Make sure the http://127.0.0.1/enc has access
gen-m3u8 D:/test/test.ts -key 5dd0a99887d8c801 -iv 5dd0a99887d8c801 -t 120 -base "D:/test/segment" -m3u8 "D:/test/m3u8/test.m3u8" -seg "test_stream" -url "http://127.0.0.1/enc" -method POST -d

# Download the video and decrypt it
load-m3u8 "D:/test/m3u8/test.m3u8" -o "D:/test/load" -d -tw 2

OR

load-m3u8 "D:/test/m3u8/test.m3u8" -o "D:/test/load" -d -pw 2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

load_m3u8-0.0.10.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distributions

load_m3u8-0.0.10-py3.10.egg (18.9 kB view hashes)

Uploaded Source

load_m3u8-0.0.10-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page