Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://scc-youtube.vercel.app/ is down #14

Open
weltonrodrigo opened this issue May 20, 2024 · 1 comment
Open

https://scc-youtube.vercel.app/ is down #14

weltonrodrigo opened this issue May 20, 2024 · 1 comment

Comments

@weltonrodrigo
Copy link

just to let you know 馃憖

@ThatGuySam
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants