YouTube API key documentation

This commit is contained in:
Christian Colglazier 2021-06-28 21:18:42 -04:00
parent 9e9a1e19d5
commit 4084f836cc

View File

@ -6,6 +6,8 @@ This program will download all unlisted videos and descriptions in a given YouTu
1. Clone the repository. 1. Clone the repository.
2. Install youtube-dl Python library 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 ```sh
pip install youtube_dl pip install youtube_dl
``` ```