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!
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
snippetpart (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!