From ea1d3cee9c40c482bb91daaca1728055319282e6 Mon Sep 17 00:00:00 2001 From: civilblur Date: Wed, 24 Dec 2025 13:58:53 +0100 Subject: [PATCH 1/3] docs: add youlag extension --- README.md | 4 ++++ extensions.json | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 23e7170..d1f1e06 100644 --- a/README.md +++ b/README.md @@ -188,3 +188,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@veverkap](https://github.com/veverkap/) * [Karakeep Button](https://github.com/veverkap/xExtension-karakeep-button): Add articles to a selected Karakeep instance with one simple button click or a keyboard shortcut. + +### By [@civilblur](https://github.com/civilblur/) + +* [Youlag](https://github.com/civilblur/youlag): Browse your YouTube feed through a video-focused interface that includes quality-of-life features. \ No newline at end of file diff --git a/extensions.json b/extensions.json index 42f5879..e0446a0 100644 --- a/extensions.json +++ b/extensions.json @@ -628,6 +628,17 @@ "method": "git", "directory": "xExtension-WordHighlighter" }, + { + "name": "Youlag", + "author": "civilblur", + "description": "Browse your YouTube feed through a video-focused interface that includes quality-of-life features.", + "version": "4.0.0", + "entrypoint": "Youlag", + "type": "user", + "url": "https://github.com/civilblur/youlag", + "method": "git", + "directory": "xExtension-Youlag" + }, { "name": "YouTube Video Feed", "author": "Kevin Papst, Inverle", From 4fc32bae28872b37382dae95b276f5b174726d79 Mon Sep 17 00:00:00 2001 From: civilblur Date: Wed, 24 Dec 2025 15:21:32 +0100 Subject: [PATCH 2/3] docs: add trailing new line at end of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f1e06..e32b7f8 100644 --- a/README.md +++ b/README.md @@ -191,4 +191,4 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@civilblur](https://github.com/civilblur/) -* [Youlag](https://github.com/civilblur/youlag): Browse your YouTube feed through a video-focused interface that includes quality-of-life features. \ No newline at end of file +* [Youlag](https://github.com/civilblur/youlag): Browse your YouTube feed through a video-focused interface that includes quality-of-life features. From fbec6056054dc6da305af4f6f00a09ce7b5c64b4 Mon Sep 17 00:00:00 2001 From: civilblur Date: Wed, 24 Dec 2025 15:31:01 +0100 Subject: [PATCH 3/3] refactor: include youlag to repositories.json --- repositories.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repositories.json b/repositories.json index 8c8e135..cf31cc6 100644 --- a/repositories.json +++ b/repositories.json @@ -112,4 +112,7 @@ }, { "url": "https://github.com/veverkap/xExtension-karakeep-button", "type": "git" +}, { + "url": "https://github.com/civilblur/youlag", + "type": "git" }]