Metadata-Version: 2.1
Name: load-m3u8
Version: 0.0.4
Summary: Download video by m3u8 file
Home-page: https://github.com/16beer/load_m3u8
Author: sunmaolin.com
Author-email: xxdx@sunmaolin.com
License: Apache License
Keywords: m3u8 m3u8-downloader m3u8-download
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: m3u8
Requires-Dist: requests
Requires-Dist: natsort
Requires-Dist: pycrypto

# load-m3u8

## Import
```
from load_m3u8.resolve import Load_M3U8

Load_M3U8("http://www.youtube.com/test.m3u8").run()
```

## Usage
```
pip --no-cache-dir install load-m3u8

load-m3u8 -mu "http://www.youtube.com/test.m3u8"
```

