From 4084f836cc0a378a64f71fb426b32ed9f8b94037 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 28 Jun 2021 21:18:42 -0400 Subject: [PATCH] YouTube API key documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2b48d5..d76280a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This program will download all unlisted videos and descriptions in a given YouTu 1. Clone the repository. 2. Install youtube-dl Python library +3. Get a YouTube API key following the instructions here [YouTube Data API Overview](https://developers.google.com/youtube/registering_an_application) +4. Save the API key to a file called `youtube.key` ```sh pip install youtube_dl ```