Kang-Kyu Lee

Results 31 comments of Kang-Kyu Lee

Sorry I missed your comment. It was not possible to skip the broken video, when get information of other videos? Interesting It sounds like you were able to get only...

Actually all the videos of channel is not expected by video search, you have workaround to get playlist id of "Play All" and then get all the videos of that...

Thank you for a really good pull request and it will be nice if we have brandingSettings but `brandingSettings.image` is deprecated from YouTube for now. Closing

```rb channel.playlist_items.each do |item| item.delete if item.video_id == deleted_video_id end ``` You could also delete playlist item whenever delete a video, I think it doesn't have to be supported as...

I'm closing this issue because it seems working somehow. If you open a pr for an improvement, that would be great!

@sp2410 will you open a pr on this? 😃

I'm not sure, probably we should rename `empty?` or document somewhere that not to use `blank?` on videos.

Thank you for reporting @Riveascore

Do you still consider it as something the gem can fix? > If it helps, the video's status is VIDEO_STATUS_FAILED and the detailed status is VIDEO_STATUS_DETAIL_FAILED_UNKNOWN. the error message in...