From 774980880524a4136aa5249bb056f232e8ed5695 Mon Sep 17 00:00:00 2001 From: Brahim Hadriche Date: Tue, 12 Jul 2022 19:45:14 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d656ae..56f4e24 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The `YoutubePlayer` will follow the `Play On Awake` setting of the video player. - See `Assets\YoutubePlayer\Scenes` for more examples. ## Dependencies -UnityYoutubePlayer uses [youtube-dl](https://github.com/ytdl-org/youtube-dl) for parsing webpages and getting a raw video url that Unity's VideoPlayer can play. +UnityYoutubePlayer uses [youtube-dl](https://github.com/ytdl-org/youtube-dl) and [yt-dlp](https://github.com/yt-dlp/yt-dlp) for parsing webpages and getting a raw video url that Unity's VideoPlayer can play. To allow maximum platform compatibilty (e.g. mobile, desktop) and to be able to update the library without rebuilding the game, we're using [youtube-dl-server](https://github.com/iBicha/youtube-dl-server) web API. The package uses a free instance of the server hosted on heroku (shared between everyone). @@ -91,6 +91,8 @@ For better reliability and performance, it is recommended to host this on your o Starting with 1.5.1, this package downloads and uses `youtube-dl` locally on Desktop platforms. +Starting with 1.7.0, this package downloads and uses `yt-dlp` locally on Desktop platforms, in addition to `youtube-dl`. + ### How do I host my own youtube-dl server? - Go to [youtube-dl-server](https://github.com/iBicha/youtube-dl-server) - Click the `Deploy to Heroku` purple button