From eb879e9f7151f1752e5f1a6a38bee619d3fbaa34 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 18 Jun 2024 16:32:47 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5dd508b..5ee1929 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # ValidYTURLGen Generates Public YouTube Video URLs using Javascript and actually validates them using the Google Cloud YouTube Data API V3. +ISSUES TO BE SOLVED: + +Slow down API query rate to stay under the 10,000 per day limit. + This was a stupid joke that generates YouTube URLs, sends them to the Google Cloud YouTube API, validates them then lists valid ones on a public facing website. This is currently running on a web server @ https://validyturlgen.reiyua.lol