https://github.com/willnode/random-youtube
Watch some random YouTube video!
https://github.com/willnode/random-youtube
Last synced: 6 months ago
JSON representation
Watch some random YouTube video!
- Host: GitHub
- URL: https://github.com/willnode/random-youtube
- Owner: willnode
- License: mit
- Created: 2022-03-23T17:00:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:37:15.000Z (over 1 year ago)
- Last Synced: 2025-03-05T04:16:09.547Z (10 months ago)
- Language: HTML
- Homepage: https://willnode.github.io/random-youtube
- Size: 686 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-youtube
Watch some random YouTube video!
Just a handy static website to generate random google search query for you.
The use of some random google search query is what makes it so fun (it may show some relevant videos depending on your watch history).
## Hidden Options
### `?auto`
If you put `auto` in the URL, it will automatically go to random video on YouTube on current page. Ideal for bookmark URLs
### `?level=2`
A hidden option to choose how random the video will be. Because we query based on some random alphabets in URL, the longer the alphabets the more specific the video will be (and generally less popular). Don't set the value too high, between 2 or 4 is recommended (default is 2)
## Credits
Licesed as MIT.
This is NOT an official YouTube product.
This [StackOverflow answer](https://stackoverflow.com/a/46820612/3908409) sparks the initial algorithm that led this website creation possible.