Kang-Kyu Lee

Results 31 comments of Kang-Kyu Lee

https://github.com/Fullscreen/squid/blob/master/lib/squid/plotter.rb#L126 we might be able to set this `disable_wrap_by_char: true` as `false`

Can you show us the curl commands when you do `Yt::Collections::Videos.new.where(q: "title ", max_results: 1).first`? You can see them if you set log level `"devel"`

```rb part = 'snippet,contentDetails' Yt::Collections::Videos.new.where(id: video_id, part: part).first ``` I think `includes` is used for something else.

you can check logs by setting log level as one of env variables. See https://github.com/Fullscreen/yt/blob/master/lib/yt/models/configuration.rb#L54 https://github.com/Fullscreen/yt#configuring-with-environment-variables

```rb begin ... rescue Yt::Errors::NoItems end ``` I think this is a good workaround for your case

That's weird, this regex covers that channel url https://github.com/Fullscreen/yt/blob/master/lib/yt/models/resource.rb#L101

@deanpcmad did you contact Warnermedia?

I became one of maintainers here. I am not the original developer, but I have experience with Yt for 5 years during my time at Fullscreen.

I think we can close this issue. Let me know if other concerns

Probably because Yt fetches 50 videos at a time to get metadata after searching the first 50 videos. If you have further concerns let us know