From e86f4422496a49e8d7750a8b6c11e62cd7e9a7a3 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 21 Feb 2021 21:28:29 -0500 Subject: [PATCH] Add YouTube terms info --- README.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.MD b/README.MD index 2511ea2..f2ff86a 100644 --- a/README.MD +++ b/README.MD @@ -32,6 +32,10 @@ Run the server with `npm start`. If you want to make changes, run `npm run dev` to automatically reload the server and run tests whenever a file is saved. +# Privacy Policy + +If you set the `youtubeAPIKey` option in `config.json`, you must follow [Google's Privacy Policy](https://policies.google.com/privacy) and [YouTube's Terms of Service](https://www.youtube.com/t/terms) + # API Docs Available [here](https://github.com/ajayyy/SponsorBlock/wiki/API-Docs)