Code block formatting
This commit is contained in:
parent
09a0058c22
commit
c9301d69f2
13
README.md
13
README.md
@ -19,14 +19,16 @@ A simple, self-hosted YouTube downloader that allows you to download videos and
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.patrolbuddygo.com/wesleyneuhaus/YouTubeDownloader.git
|
||||
|
||||
cd YouTubeDownloader
|
||||
```
|
||||
|
||||
2. Install dependencies:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
|
||||
```
|
||||
|
||||
3. Install FFmpeg (required for audio downloads):
|
||||
- Download from [FFmpeg's official website](https://ffmpeg.org/download.html)
|
||||
@ -36,12 +38,15 @@ pip install -r requirements.txt
|
||||
|
||||
1. Start the server:
|
||||
|
||||
```bash
|
||||
python main.py
|
||||
```
|
||||
|
||||
2. Open your web browser and navigate to:
|
||||
|
||||
```
|
||||
http://localhost:5000
|
||||
|
||||
```
|
||||
|
||||
3. Enter a YouTube URL and select your preferred download format (video or audio)
|
||||
|
||||
@ -51,5 +56,7 @@ http://localhost:5000
|
||||
|
||||
To update to the latest version:
|
||||
|
||||
```bash
|
||||
git pull
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user