https://github.com/cmdcolin/ytshuffle
fetches all videos from a channel or channels, and shuffles them
https://github.com/cmdcolin/ytshuffle
Last synced: 2 months ago
JSON representation
fetches all videos from a channel or channels, and shuffles them
- Host: GitHub
- URL: https://github.com/cmdcolin/ytshuffle
- Owner: cmdcolin
- License: mit
- Created: 2023-03-10T18:58:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-17T02:29:05.000Z (5 months ago)
- Last Synced: 2026-01-17T14:39:53.770Z (5 months ago)
- Language: TypeScript
- Homepage: https://cmdcolin.github.io/ytshuffle/
- Size: 23.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ytshuffle
Designed to shuffle a channel of videos. Uses the youtube v3 API to fetch videos
for a channel associated with a particular video. At the time being, it is
easier to find channelID from a normal video link than an actual link to the
channel.
## Demo
https://cmdcolin.github.io/ytshuffle/
## Screenshot

## Dev
```
yarn dev
```
## Deploy
```
yarn deploy
```