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

WIP: Use youtube-dl to bypass rate limit #1029

Closed
wants to merge 1 commit into from

Conversation

aidanharris
Copy link

This is a proof-of-concept that's not meant to be merged (so feel free to close this).

This uses youtube-dl to extract a streamable URL. I don't know how they get around any API limits but I'm guessing the clue might lie here:

https://github.com/rg3/youtube-dl/blob/a26a3c6d343a4da1a3739e3af39147545c51a05d/youtube_dl/extractor/soundcloud.py

In my opinion this is a better solution than requiring people to use their own API key since it's basically "plug and play", all you need is to have youtube-dl installed.

@ghost
Copy link

ghost commented Dec 2, 2017

This is a bad idea IMHO, because then youtube-dl needs to be installed on the user's machine. What youtube-dl (and my temporary fix) does is using SoundCloud's API key, which can be used unlimited.

@acxz
Copy link

acxz commented May 2, 2020

I believe the Soundcloud API has now been capped at 15K views.

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

Successfully merging this pull request may close these issues.

3 participants