youtube-json-server
youtube-json-server copied to clipboard
https://scc-youtube.vercel.app/ is down
just to let you know 👀
Thanks for the heads up!
I found a new method for accessing the data via YouTube DLP so I just need to find time to implement and deploy it.
If you to want set it up for yourself or write up a PR you can try it out with the follow commands:
# List Playlist Videos as JSON
yt-dlp -j --flat-playlist "https://www.youtube.com/playlist?list=PLaQokWZfgbynBbDjr4U1yMqvxOT8LhnPb"
# List Playlists
yt-dlp -j --flat-playlist "https://www.youtube.com/@GameTrailers/playlists"
# Twitch Collection (Easy Allies)
yt-dlp -j --flat-playlist "https://www.twitch.tv/collections/QfVALf9q4xacyA"
Basically I have to implement that as a Python Endpoint and write up a Node.js adapter to format it like the old responses
You can read more about it here: https://web.archive.org/web/20180309061900/https://archive.zhimingwang.org/blog/2014-11-05-list-youtube-playlist-with-youtube-dl.html