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 +```