Derek Barnes

Results 14 comments of Derek Barnes

@YSavir Yeah, we're working on it in fits and starts. I think my issue with the state of documentation is that it's not clear where to look for what you...

Can you point out a case in which this is happening? I think it could be something related to sorting and/or the way Yt tries to workaround the search endpoint's...

I'd need to look into this but I think there are a few places where the gem uses the search endpoint instead of the list endpoint, which has the limitations...

Ok, I (finally) had some time to look into this, and I think I know what's going on. With the YouTube Data API there's a 500 video limit on hitting...

Thanks for bringing this up. That seems like a pretty normal use case. IMO we should support this.

Hi there. Sorry for the delay. There's no technical reason--it's just something we haven't had a need for here. We'll gladly accept PRs for this sort of thing.

Hi there! I looked into this a little bit, and I think this is available with the `list` method on the `OwnershipHistory` resource in the partner API (https://developers.google.com/youtube/partner/docs/v1/ownershipHistory/list). Try plugging...

It looks like there's a way to fetch playlist items for a given video with the YouTube Data API, but at a glance Yt doesn't support this: https://developers.google.com/youtube/v3/docs/playlistItems/list (see `videoId`)....

Hi there, My name is Derek and I'm now one of the maintainers of the Yt gem. I want to both thank you for your contribution and apologize for the...

Yep, I saw that failure--I'll look into it. I'll see about writing a pool test too. I don't think it'll be an issue since I'm only using a function for...