Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
setup.py: add caterpillar-hls as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
snh48live-admin committed Dec 29, 2018
1 parent c5b0829 commit cd625a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ KVM48 is supported on macOS, Linux, other Unix-like systems, and Windows 10.

- Python 3.6 or later;
- [`aria2`](https://aria2.github.io/), KVM48's downloader of choice;
- [`caterpillar`](https://github.com/zmwangx/caterpillar), optional dependency for downloading M3U8/HLS VODs (`pip install caterpillar-hls`).
- [`caterpillar`](https://github.com/zmwangx/caterpillar) for downloading M3U8/HLS VODs (automatically installed as a dependency through `pip install KVM48` since KVM48 v1.2).

## Installation

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -36,6 +36,7 @@
"PyYAML",
"arrow",
"attrdict",
"caterpillar-hls",
"distlib",
"psutil",
"requests",
Expand Down

0 comments on commit cd625a6

Please sign in to comment.