diff options
author | kokomo123 <70863536+kokomo123@users.noreply.github.com> | 2023-06-16 16:55:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 16:55:59 +0000 |
commit | 6d6c9884fa505cc74246e61e6fea270891ae88c9 (patch) | |
tree | f773041a52e8caacc7b159dc908b4d3cf092d053 | |
parent | Add SyncMarks Bookmarks and Link Sharing (#3885) (diff) | |
download | awesome-selfhosted-6d6c9884fa505cc74246e61e6fea270891ae88c9.tar.gz awesome-selfhosted-6d6c9884fa505cc74246e61e6fea270891ae88c9.zip |
Add YoutubeDLServer to Automation (#3886)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot)_ - [WebUI-aria2](https://github.com/ziahamza/webui-aria2) - Interface to interact with the aria2 downloader. Very simple to use, just download and open index.html in any web browser. ([Demo](https://ziahamza.github.io/webui-aria2/)) `MIT` `HTML5` - [ydl_api_ng](https://github.com/Totonyus/ydl_api_ng) - Simple youtube-dl REST API to launch downloads on a distant server. `GPL-3.0` `Python` - [YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material) - Material Design inspired YouTube downloader, based on youtube-dl. Supports playlists, quality select, search, dark mode and much more, all with a clean and modern design. `MIT` `Nodejs` +- [YoutubeDL-Server](https://github.com/nbr23/youtube-dl-server) - Web and REST interface for downloading videos onto a server. `MIT` `Python/Docker` - [µTask](https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml. `BSD-3-Clause` `Go` |