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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for YouTube playlists. #36

Open
moonstar-x opened this issue Mar 12, 2021 · 5 comments
Open

Add support for YouTube playlists. #36

moonstar-x opened this issue Mar 12, 2021 · 5 comments
Labels
Priority: Medium This is medium priority. Type: Feature Request This is a feature request.

Comments

@moonstar-x
Copy link
Owner

⚡ Describe the New Feature

Add support for YouTube playlists with URLs specified in the queue.txt file.

@moonstar-x moonstar-x added the Type: Feature Request This is a feature request. label Mar 12, 2021
@salocinyeet
Copy link

Basically extracting all the url out of the playlist and putting them in.

@l0rdsami
Copy link

Maybe try implementing the Youtube API, you get I think 10k free requests per day. You just have to explain how to get an API token (they are free).
I'm currently writing some own things into the bot, and am already using the API via an npm package called "youtube-api", it works really well.

@moonstar-x
Copy link
Owner Author

Thanks for that suggestion, I thought that using the YouTube API directly was not free. I'm gonna look a bit into it, thanks!

@l0rdsami
Copy link

https://developers.google.com/youtube/v3/docs/playlists/list
the documentation on the required API call

@moonstar-x
Copy link
Owner Author

Ah I see, I thought you meant that we could play the youtube stream from the youtube API... Lol my bad :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium This is medium priority. Type: Feature Request This is a feature request.
Projects
None yet
Development

No branches or pull requests

3 participants