mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
<p align="center">
|
|
<img src="Src/Assets/min_logo.png" style="max-width: 55%;" alt="video working" />
|
|
</p>
|
|
|
|
## Streaming community downloader
|
|
<p align="center">
|
|
<img src="Src/Assets/run.gif" style="max-width: 55%;" alt="video working" />
|
|
</p>
|
|
|
|
## Overview.
|
|
This repository provide a simple script designed to facilitate the downloading of films and series from a popular streaming community platform. The script allows users to download individual films, entire series, or specific episodes, providing a seamless experience for content consumers.
|
|
|
|
## Requirement
|
|
Make sure you have the following prerequisites installed on your system:
|
|
|
|
* python [3.9](https://www.python.org/downloads/release/python-390/)
|
|
* ffmpeg [win](https://www.gyan.dev/ffmpeg/builds/)
|
|
|
|
## Installation library
|
|
Install the required Python libraries using the following command:
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Usage
|
|
Run the script with the following command:
|
|
```python
|
|
python run.py
|
|
```
|
|
|
|
## Auto Update
|
|
Keep your script up to date with the latest features by running:
|
|
```python
|
|
python update.py
|
|
```
|
|
|
|
## Features
|
|
- Download single film.
|
|
- Download specific episodes or entire series with command (*).
|
|
|
|
## Tutorial
|
|
For a detailed walkthrough, refer to the [video tutorial](https://www.youtube.com/watch?v=Ok7hQCgxqLg&ab_channel=Nothing)
|
|
|
|
## Authors
|
|
- [@Ghost6446](https://www.github.com/Ghost6446)
|