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

Maybe a solution for 402 payment required issue #1384

Closed
vanilla38 opened this issue Sep 6, 2013 · 1 comment
Closed

Maybe a solution for 402 payment required issue #1384

vanilla38 opened this issue Sep 6, 2013 · 1 comment

Comments

@vanilla38
Copy link

@vanilla38 vanilla38 commented Sep 6, 2013

Hello, i just saw we now download from a Youtube API call and I wonder if someone already tried to add a developper key to this query for example in youtube.py

change:
_GDATA_URL = 'http://gdata.youtube.com/feeds/api/users/%s/uploads?max-results=%d&start-index=%d&alt=json'

to:
_GDATA_URL = 'http://gdata.youtube.com/feeds/api/users/%s/uploads?max-results=%d&start-index=%d&alt=json&key=YOURDEVAPIKEY'

Nvm I'll test it and update you tommorrow since with Youtube allows 50Million request per day when you get a developper key I think it can help =)

@Elite
Copy link

@Elite Elite commented Sep 20, 2013

Did you tried this and was it helpful ?

@dstftw dstftw closed this May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.