From c9301d69f2ec4cc30c7a7e5cf0e02d40a45cf686 Mon Sep 17 00:00:00 2001 From: Wesley Neuhaus <37388141+HugeBob@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:23:10 -0500 Subject: [PATCH] Code block formatting --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09352db..0f9ee0c 100644 --- a/README.md +++ b/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 +```