From 018ddb1a0f19787fe5c6860e7582b6ab82cb512d Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Wed, 23 Jul 2025 14:47:54 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7179e8b..0d7b1ff 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A cross-platform Python application for downloading and archiving entire YouTube ### GUI Version (Recommended for beginners) ```bash # Clone the repository -git clone +git clone https://git.ewnix.net/phlux/yt-channel-archiver cd youtube-channel-archiver # Run the GUI (it will install yt-dlp automatically if needed) @@ -49,7 +49,7 @@ Download both `youtube_archiver_gui.py` and `youtube_archiver.py` and run direct ### Option 2: Clone Repository ```bash -git clone +git clone https://git.ewnix.net/phlux/yt-channel-archiver.git cd youtube-channel-archiver chmod +x *.py # On Unix systems ```