https://github.com/sup2point0/youtube-playlist-shuffler
Automatically shuffle YouTube playlists through the YouTube Data API
https://github.com/sup2point0/youtube-playlist-shuffler
automation youtube youtube-api
Last synced: 4 months ago
JSON representation
Automatically shuffle YouTube playlists through the YouTube Data API
- Host: GitHub
- URL: https://github.com/sup2point0/youtube-playlist-shuffler
- Owner: Sup2point0
- Created: 2024-08-29T10:24:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T17:30:10.000Z (over 1 year ago)
- Last Synced: 2025-04-06T21:09:03.885Z (about 1 year ago)
- Topics: automation, youtube, youtube-api
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Re-ordering YouTube playlists is one of the most painful tasks ever. Solving that is... very non-trivial, since no matter how compact your UI is you’re gonna run out of space when the playlist has 5000 videos.
But for a lot of playlists, keeping it shuffled regularly is a nice workaround! Except YouTube doesn’t have a ‘shuffle permanently’ button...
So we’ll automate it through Python!