download m3u8 video by m3u8 url or by local m3u8 file.
Project description
m3u8-XZ
This is a simple package,it can download video by m3u8.
pip install m3u8-xz
####version 0.0.11 增加可选参数decryptKey,decryptKeyFunc 针对一些不是根据uri的结果直接解密的情况
####version 0.0.10 修复了上个版本的重大问题
####version 0.0.9 加入 run_thread 启动方法,会在子线程执行
####version 0.0.8 修复一些小问题
####version 0.0.7 加入可选参数:
headers:可自定义头部 path:可自定义保存文件的绝对路径, logger:可选择是否打印输出, print_callback:打印回调,可通过**kwargs接收指定参数
####version 0.0.3 修复一些小问题
####version 0.0.2 support aes-128 decode,support read local m3u8 file
from m3u8_XZ import m3u8
# use m3u8 url 通过url
obj = m3u8(url='https://example.com/index.m3u8', folder='test')
# use local file 通过本地文件
# m3u8(m3u8_file='fileName.m3u8', folder='test')
obj.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
m3u8_XZ-0.0.12.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file m3u8_XZ-0.0.12.tar.gz
.
File metadata
- Download URL: m3u8_XZ-0.0.12.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e19be1fb35938da377d69326ffba2cd53cfafea9900f20a5ce9c5effcce901ed |
|
MD5 | 4783631407a76578fb072afa9681c9ab |
|
BLAKE2b-256 | 6c265125911f546f4e3d4e6c9ce8cb1c79d537d14091adf5618c0942ae3e7d9d |
File details
Details for the file m3u8_XZ-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: m3u8_XZ-0.0.12-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfaae406558a619417f8d0a48b8cee5d1fd601bb8598959923ad3cd7cfd97285 |
|
MD5 | 60b935a1cd6febaffc61e21b038bba5a |
|
BLAKE2b-256 | 0c13dff435350b829f78a268a8e1abb59b458dfe16ce14ee92afdf9ac55c92ca |