StreamingCommunity/README.md
2024-01-07 19:36:35 +01:00

43 lines
888 B
Markdown

<p align="center">
<img src="Src/Assets/min_logo.png" style="max-width: 55%;" alt="video working" />
</p>
## Streaming community downloader
Script to download film from streaming community without selenium, select movie or series and download single ep.
<p align="center">
<img src="Src/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/)
## Installation library
```bash
pip install -r requirements.txt
```
## Run
```bash
python run.py
```
## Features
- Search for movies.
- Search and download TV series episode.
- Auto add audio if missing
## Tutorial
https://www.youtube.com/watch?v=Ok7hQCgxqLg&ab_channel=Nothing
## Authors
- [@Ghost6446](https://www.github.com/Ghost6446)