Metadata-Version: 2.1
Name: kplaylisk
Version: 0.0.2
Summary: m3u8 playlist builder
Author-email: The220th <The220th@gmail.com>
Project-URL: Homepage, https://github.com/The220th/kplaylisk
Project-URL: Issues, https://github.com/The220th/kplaylisk/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: ksupk
Requires-Dist: tqdm
Requires-Dist: m3u8

# kplaylisk

m3u8 playlist builder.

# Install and run

```bash
pip3 install --upgrade pip
pip3 install kplaylisk

kplaylisk build path_to_folder_or_file_or_url_1 path_to_folder_or_file_or_url_2 ... path_to_folder_or_file_or_url_n \
                 /path/to/out.m3u8  # It will create file `/path/to/out.m3u8`. 
                                    # Type --help for more options
```
