mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
36 lines
754 B
Markdown
36 lines
754 B
Markdown
<p align="center">
|
|
<img src="Stream/assets/min_logo.png" style="max-width: 55%;" alt="video working" />
|
|
</p>
|
|
|
|
## Streaming community downloader
|
|
|
|
Script to download film from streaming community without selenium
|
|
|
|
<p align="center">
|
|
<img src="Stream/assets/run.gif" style="max-width: 55%;" alt="video working" />
|
|
</p>
|
|
|
|
## Requirement
|
|
|
|
* python [3.9](https://www.python.org/downloads/release/python-390/)
|
|
* ffmpeg [win](https://www.gyan.dev/ffmpeg/builds/)
|
|
* opensll [win](https://slproweb.com/products/Win32OpenSSL.html)
|
|
|
|
## Installation
|
|
|
|
* requirement for library of python
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Run
|
|
|
|
```bash
|
|
python run.py
|
|
```
|
|
|
|
## Authors
|
|
|
|
- [@Ghost6446](https://www.github.com/Ghost6446)
|