You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library has everything I am looking for, however, would it be possible to support passing parts as an optional parameter?
I ask because I only would need the snippet part (2 quota) but your default call for Youtube#getVideoInfo() calls 6 different parts (8 quota per call). Quota is precious with YT, so I'd like to be able to use as little as possible when it is feasible.
Thanks!
The text was updated successfully, but these errors were encountered:
@chadul That depends on how many parts you are sending.Also use varnish to avoid API limit bypass. A search term's content on youtube API takes time.So you can Cache your contents...
This library has everything I am looking for, however, would it be possible to support passing parts as an optional parameter?
I ask because I only would need the
snippet
part (2 quota) but your default call forYoutube#getVideoInfo()
calls 6 different parts (8 quota per call). Quota is precious with YT, so I'd like to be able to use as little as possible when it is feasible.Thanks!
The text was updated successfully, but these errors were encountered: