Generates YouTube URLs using Javascript and actually validates them using the Google Cloud YouTube Data API V3.
Go to file
Ray eb879e9f71
Update README.md
2024-06-18 16:32:47 +10:00
LICENSE Initial commit 2024-06-18 14:55:00 +10:00
README.md Update README.md 2024-06-18 16:32:47 +10:00
ValidYTURLGen.js Rename code filename 2024-06-18 16:31:36 +10:00

README.md

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

This is pretty much impossible to get a working URL due to the fact there are 64^11 video ID's out there, but this is just for fun...

A great video discussing this is by Tom Scott "Will YouTube Ever Run Out Of Video IDs?" - https://www.youtube.com/watch?v=gocwRvLhDf8

Thanks to @SpiritAxolotl on GitHub (https://github.com/SpiritAxolotl) for creating the code from line 11 to line 21 which actually completes the mathematical equations to generate the video IDs.