From b922a904d04203de62f86b84d55077786f11be7b Mon Sep 17 00:00:00 2001 From: Minhyuk Lee Date: Thu, 7 Oct 2021 16:02:04 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a081a6e..94d09f1 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,12 @@ To get started, go to the settings menu and enable the public API from the *Extr Once you have enabled the API and have the key, you can start sending requests by adding the query param `apiKey=API_KEY`. Replace `API_KEY` with your actual API key, and you should be good to go! Nearly all of the backend should be at your disposal. View available endpoints in the link above. +## iOS Shortcut + +If you are using iOS, try YoutubeDL-Material more conveniently with a Shortcut. With this Shorcut, you can easily start downloading YouTube video with just two taps! (Or maybe three?) + +You can download Shortcut [here.](https://routinehub.co/shortcut/10283/) + ## Contributing If you're interested in contributing, first: awesome! Second, please refer to the guidelines/setup information located in the [Contributing](https://github.com/Tzahi12345/YoutubeDL-Material/wiki/Contributing) wiki page, it's a helpful way to get you on your feet and coding away.