From 2f782290f90e418f7a8e75374139951fd38970ff Mon Sep 17 00:00:00 2001 From: Mohammed Alsahli <102217045+MohammedSaudAlsahli@users.noreply.github.com> Date: Fri, 8 Mar 2024 06:31:26 +0300 Subject: [PATCH] Update devs.json and add ytserver project from Mohammed Alsahli I added my second project "ytserver" a yt-dlp server to download social media videos --- devs.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devs.json b/devs.json index 37ce295..0064399 100644 --- a/devs.json +++ b/devs.json @@ -12,6 +12,15 @@ "license": "MIT", "topics": ["rich", "terminal", "rss-reader"] } + },{ + "name": "ytserver", + "URL": "https://github.com/MohammedSaudAlsahli/YtServer", + "description": "A server for yt-dlp.", + "details": { + "language": "Python", + "license": "MIT", + "topics": ["FastAPI", "poetry", "downloader"] + } } ] },