## Streaming community downloader
Script to download film from streaming community without selenium, select movie or series and download single ep.
## 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 library
```bash
pip install -r requirements.txt
```
## Run
```bash
python run.py
```
## Features
- Search for movies.
- Search and download TV series episodes.
## Authors
- [@Ghost6446](https://www.github.com/Ghost6446)