Kang-Kyu Lee
Kang-Kyu Lee
``` Yt::Collections::Videos.new(auth: account).where(q: "title ", max_results: 1).first ``` I just tried this (I was curious) and it made only 1 request as below. I couldn't get 100 requests @gkosmo ```...
closing for now. feel free to reopen if anything.
@fw42 are you still interested in this feature?
I'm not sure if we still use Travis. Do we? @justinhoward I guess we might be able to remove the `.travis.yml` file if not
Thank you @justinhoward closing because we don't consider continue to use travis
We can do that, based on the documentation https://developers.google.com/youtube/v3/docs/captions/insert
@AdrienGiboire I don't think we support localizations as a "part" yet. I see YouTube doc for "upload" and "insert" like you mentioned. https://developers.google.com/youtube/v3/docs/videos/insert https://developers.google.com/youtube/v3/docs/videos/update It would be nice if you...
How about `etag` for a list response? `channelListResponse` etc
Thank you. I still want to try YouTube API requests as a test. You don't have to make all the existing integration tests pass, but you can run the tests...
Sorry maybe I wasn't clear. Your tests in this pr didn't include calling youtube api directly. But I think we need some.