Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 374 Bytes

Usage

$ pip3 install -r requirements.txt
$ python3 main.py test http://www.baidu.com/aaa.m3u8
Usage: main.py [OPTIONS] FILE_NAME DOWNLOAD_URL

Arguments:
  FILE_NAME     [required]
  DOWNLOAD_URL  [required]

Options:
  --output-dir TEXT
  --pool / --no-pool  [default: no-pool]
  --help              Show this message and exit.