From d8774727f0aa791710c57cd92bb680473b20e79f Mon Sep 17 00:00:00 2001 From: Marco <35533749+marcopeocchi@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:03:38 +0200 Subject: [PATCH] Initial Home page --- Home.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..d6ad2e5 --- /dev/null +++ b/Home.md @@ -0,0 +1,21 @@ +# Welcome to the yt-dlp-web-ui wiki! + +## JSON-RPC + +yt-dlp-web-ui provides a **JSON-RPC 1.0** compliant **RPC interface**. + +The available transport protocols are: **HTTP-POST** and **WebSockets** with their respective secure extensions (HTTPS-POST and WebSocketsSecurity). + +This wiki is about wiring up a custom RPC client to the RPC server. (the examples will be written in **JavaScript** and **Python3**). + +### Exposed RPC methods +* Service.Exec +* Service.Progess +* Service.Formats +* Service.Pending +* Service.Running +* Service.Kill +* Service.KillAll +* Service.Clear +* Service.Clear +* Service.Clear