diff options
author | Totonyus <Totonyus@users.noreply.github.com> | 2021-05-18 16:42:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 16:42:09 +0000 |
commit | 5c2c9191840c896832a984747e9eaca171daf84f (patch) | |
tree | 2f4b4c610eaea0d81bc30f9fa8f44a58c82cb7f0 | |
parent | Replaced unmaintained linx-server with better maintained fork (#2529) (diff) | |
download | awesome-selfhosted-5c2c9191840c896832a984747e9eaca171daf84f.tar.gz awesome-selfhosted-5c2c9191840c896832a984747e9eaca171daf84f.zip |
Add ydl_api to Automation (#2520)
Co-authored-by: Totonyus <mail@totonyus.ovh>
Co-authored-by: nodiscc <nodiscc@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ _See also [Internet of Things (IoT)](#internet-of-things-iot)_ - [Sonarr](https://sonarr.tv/) - Automatic TV Shows downloader and manager for Usenet and BitTorrent. It can grab, sort and rename new episodes and automatically upgrade the quality of files already downloaded when a better quality format becomes available. ([Source Code](https://github.com/Sonarr/Sonarr)) `GPL-3.0` `C#` - [µTask](https://github.com/ovh/utask) - µTask is an automation engine that models and executes business processes declared in yaml. `BSD-3-Clause` `Go` - [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](http://ziahamza.github.io/webui-aria2/)) `MIT` `HTML5` +- [ydl_api](https://github.com/Totonyus/ydl_api) - Simple youtube-dl REST API to launch downloads on a distant server. ([Source Code](https://github.com/Totonyus/ydl_api)) `Unlicense` `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` - [Zenbot 3](https://github.com/carlos8f/zenbot) - Zenbot is a lightweight, extendable, artificially intelligent trading bot for Bitcoin, Ether, Litecoin, and more. `MIT` `Node.js` - [ZeroQueue](https://github.com/thezeroqueue/zeroqueue) - A low-code queue management system that lets you run scheduled jobs for anything. `GPL-3.0` `Node.js` |