aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-05-03 13:12:09 -0500
committerAstounds <kirito@disroot.org>2026-05-03 13:12:09 -0500
commit76c9263cd60831b43a3c513c777f40b053ef2518 (patch)
tree2704eadc6ab7aa22f77cf3cf74fb8063f5dfc322 /README.md
parentab55cf79bbb281af17cd289f6cfb1ba21302e4d4 (diff)
downloadyt-local-76c9263cd60831b43a3c513c777f40b053ef2518.tar.lz
yt-local-76c9263cd60831b43a3c513c777f40b053ef2518.tar.xz
yt-local-76c9263cd60831b43a3c513c777f40b053ef2518.zip
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 44c039b..d0bf211 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
-[![Tests](https://img.shields.io/badge/tests-passing-brightgreen.svg)](https://github.com/user234683/youtube-local)
+[![Tests](https://img.shields.io/badge/tests-passing-brightgreen.svg)](https://git.fridu.us/heckyel/youtube-local)
A privacy-focused, browser-based YouTube client that routes requests through Tor for anonymous viewing—**without compromising on speed or features**.
@@ -47,13 +47,13 @@ yt-local is a lightweight, self-hosted YouTube client written in Python that giv
## Screenshots
-| Light Theme | Gray Theme | Dark Theme |
-|:-----------------------------------------------------:|:----------------------------------------------------:|:----------------------------------------------------:|
-| ![Light](https://pic.infini.fr/l7WINjzS/0Ru6MrhA.png) | ![Gray](https://pic.infini.fr/znnQXWNc/hL78CRzo.png) | ![Dark](https://pic.infini.fr/iXwFtTWv/mt2kS5bv.png) |
+| Light Theme | Gray Theme | Dark Theme |
+|:----------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------:|
+| ![Light](https://gist.github.com/user-attachments/assets/9552533c-6be0-4757-98aa-a59d1c294e90) | ![Gray](https://gist.github.com/user-attachments/assets/d7692a0f-b86f-4375-a011-7ee026bbbcdb) | ![Dark](https://gist.github.com/user-attachments/assets/abd4c38b-8612-4f43-9483-081eb950ab99) |
-| Channel View | Playlist View |
-|:-------------------------------------------------------:|:---------------------:|
-| ![Channel](https://pic.infini.fr/JsenWVYe/SbdIQlS6.png) | *(similar structure)* |
+| Channel View | Playlist View |
+|:------------------------------------------------------------------------------------------------:|:---------------------:|
+| ![Channel](https://gist.github.com/user-attachments/assets/d359847c-96e1-403f-a190-3c159defe8a7) | *(similar structure)* |
---
@@ -61,7 +61,7 @@ yt-local is a lightweight, self-hosted YouTube client written in Python that giv
### Windows
-1. Download the latest [release ZIP](https://github.com/user234683/yt-local/releases)
+1. Download the latest [release ZIP](https://git.fridu.us/heckyel/yt-local/releases)
2. Extract to any folder
3. Run `run.bat` to start
@@ -69,7 +69,7 @@ yt-local is a lightweight, self-hosted YouTube client written in Python that giv
```bash
# 1. Clone or extract the release
-git clone https://github.com/user234683/yt-local.git
+git clone https://git.fridu.us/heckyel/yt-local.git
cd yt-local
# 2. Create and activate virtual environment
@@ -279,7 +279,7 @@ yt-local is designed for self-hosting.
This project is 100% free and open-source. If you'd like to support development:
- **Bitcoin**: `1JrC3iqs3PP5Ge1m1vu7WE8LEf4S85eo7y`
-- **Tor node donation**: https://torservers.net/donate
+- **Tor node donation**: <https://torservers.net/donate>
---