Metadata-Version: 2.1
Name: load_m3u8
Version: 0.0.1
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
Description: # load_m3u8
        
        ## Usage
        ```
        m3u8_url = http://sunmaolin.com/load_m3u8/tmp.m3u8
        load_obj = load_m3u8.Load_M3U8(m3u8_url)
        load_obj.run()
        ```
Platform: UNKNOWN
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
