From 5eaac57cd407edb35f7584d5b7cc077f5340093c Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 14 Jul 2022 09:12:09 +0200 Subject: [PATCH] Added reference in the KB --- knowledge base/yt-dlp.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/knowledge base/yt-dlp.md b/knowledge base/yt-dlp.md index b264a27..2e8c641 100644 --- a/knowledge base/yt-dlp.md +++ b/knowledge base/yt-dlp.md @@ -1,5 +1,7 @@ # Yt-dlp +Improved fork of [youtube-dl]. + ## TL;DR > To be able to merge multiple formats into one, you will also need to install `ffmpeg`. @@ -19,5 +21,8 @@ yt-dlp -f "bestvideo+bestaudio/best" -ciw \ ## Further readings - [GitHub] +- [youtube-dl] + +[youtube-dl]: youtube-dl.md [github]: https://github.com/yt-dlp/yt-dlp