diff --git a/README.md b/README.md index 23e7170..e32b7f8 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. 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", 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" }]