yt icon indicating copy to clipboard operation
yt copied to clipboard

Why some videos are not there in the channel.videos association

Open amitamb opened this issue 3 years ago • 1 comments

I am trying to fetch videos associated with a channel but some videos are missing from the list.

Is that expected? Are there some filters being applied here?

Can I see some log of requests being made by the gem?

amitamb avatar Apr 12 '21 19:04 amitamb

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

kangkyu avatar Apr 29 '21 04:04 kangkyu

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 playlist

kangkyu avatar Oct 29 '22 18:10 kangkyu